CellRange Methods
Defines a range of cells and serves as the base for the Cell, CellCollection, Column and Row interfaces.
Name | Description |
---|---|
Begin |
Locks the Formatting object. Prevents visual updates until the End method calls.
Inherited from Formatting. |
Begin |
Starts modifying the cell range formatting. |
Calculate() | Forces recalculation of the current cell range. |
Contains |
Determines whether the current cell range contains the specified range. |
Copy |
Copies the source range of cells and pastes the specified part of the copied data into the current cell range. |
Copy |
Copies the source range of cells and pastes the specified part of the copied data into the current cell range. |
Copy |
Copies the specified range of cells into the current range. |
End |
Unlocks the Formatting object after you call Begin . It also causes an immediate visual update.
Inherited from Formatting. |
End |
Finalizes the modification of the cell range formatting after calling the Cell |
Equals |
Determines whether or not the specified object is equal to the current Formatting instance. Inherited from Formatting. |
Exclude |
Excludes the specified cell or cell range from the current range. |
Get |
Creates the data source from the current cell range. |
Get |
Creates the data source from the current cell range using the specified options. |
Get |
Returns a defined name associated with the current range. |
Get |
Returns a defined name declared in the specified scope and associated with the current cell range. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Returns merged ranges intersecting the current cell range. |
Get |
Returns the cell range that covers the current range and does not contain the intersecting ranges. |
Get |
Returns the copy of the source range with its reference replaced by the absolute reference. |
Get |
Returns the copy of the source range with its reference replaced by the relative reference. |
Get |
Gets the relative cell or cell range reference in the A1 reference style. |
Get |
Gets the cell or cell range reference in the A1 reference style. |
Get |
Gets the relative cell or cell range reference in the R1C1 reference style. |
Get |
Gets the cell or cell range reference in the R1C1 reference style. |
Get |
Gets the rich text string contained in a cell. |
Intersect |
Returns the cell range that is the intersection of the current and specified ranges. |
Is |
Determines whether the current range intersects with the specified range. |
Move |
Moves a range to a specified location. |
Offset |
Returns a cell range that is a given number of rows and columns from the current range. |
Resize |
Resizes the current cell range. |
Search |
Performs a search in the cell range using specified options. |
Search |
Performs a search in the cell range using the default parameters. |
Set |
Sets all inside borders of the cell range. |
Set |
Assigns the rich formatted text to a cell. |
Set |
Converts the specified object to the cell value. |
Set |
Parses the supplied string and creates a cell value to assign it to the cells in the current range. |
Set |
Parses the supplied string and creates a cell value to assign it to the cells in the current range. |
Union |
Creates a complex range that is the union of multiple ranges. |
See Also