The following tables list the members exposed by CellRange.
Name | Description | |
---|---|---|
CellRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Gets the column index of the first cell in the range. | |
ColumnCount | Gets the number of columns in the range. | |
Row | Gets the row index of the first cell in the range. | |
RowCount | Gets the number of rows in the range. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the range of cells contains the cell at the specified row and column. | |
Equals | Overloaded. Determines whether the range of cells is the same as another specified range of cells. | |
GetHashCode | Gets the hash code of this object. | |
IntersectColumn | Determines whether the range of cells intersects the specified column. | |
IntersectRow | Determines whether the range of cells intersects the specified row. | |
Intersects | Determines whether the range of cells intersects the specified range. | |
IntersectWith | Intersects with the new cell range. | |
IsValidRange | Overloaded. Determines whether this cell range is valid in the specified sheet. | |
Parse | Converts a string to a cell range. | |
ToString | Returns the string representation of the cell range. | |
TryParse | Converts a string to a cell range. |
Equality | Determines whether two specified instances of CellRange are equal. |
Inequality | Determines whether two specified instances of CellRange are not equal. |