GrapeCity.Xaml.SpreadSheet.Data Namespace : CellRange Class |
The following tables list the members exposed by CellRange.
Name | Description | |
---|---|---|
CellRange Constructor | Creates a range of cells. |
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 | |
---|---|---|
Clone | Clones a cell range of the current cell range. | |
Contains | Overloaded. Determines whether the range of cells contains the specified cell. | |
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. | |
GetIntersect | Gets the intersection of two cell ranges. | |
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. | |
IsValidRange | Overloaded. Determines whether this cell range is valid in the specified worksheet. | |
Offset | Offsets the specified cell range along the specified axes. | |
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. |