Name | Description | |
---|---|---|
Activate | Activates a single cell, which must be inside the current selection. | |
Address | Overloaded. Returns a System.String value that represents the range reference. | |
ApplyNumberFormat | Applies the number format to the range. | |
ApplyStyle | Overloaded. Applies the named style to the range. | |
AutoFilter | Overloaded. Creates the automatic filter for current selection if the filter doesn't exist; otherwise, remove the filter. | |
AutoFit | Changes the width of the columns or the height of the rows in the range to achieve the best fit. | |
Calculate | Calculates this range of cells on a worksheet. | |
Clear | Removes all the data and formulas from the specified range of cells. | |
Copy | Overloaded. Copies the data from a range of cells to a specified range of cells. | |
CreateTable | Creates the ITable at the specified cell range. | |
GoalSeek | Overloaded. Calculates the values necessary to achieve a specific goal. | |
Group | Demotes a range in an outline (that is, increases its outline level). The specified range must be a row or column, or a range of rows or columns. | |
Merge | Creates a merged cell from the specified IRange object. | |
Move | Overloaded. Moves the data from a range of cells to the specified location. | |
Offset | Returns a IRange object that represents a translated range from the specified range. | |
Range | Get an IRange object that represents a cell or a range of cells. | |
Select | Select a cell or a range of cells. | |
Ungroup | Promotes a range in an outline (that is, decreases its outline level). The specified range must be a row or column, or a range of rows or columns. | |
UnMerge | Separates a merged area into individual cells. |