Name | Description | |
---|---|---|
GridControlRange Constructor | Overloaded. |
The following tables list the members exposed by GridControlRange.
Name | Description | |
---|---|---|
GridControlRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
Cells | Gets all the cells in the range. | |
Column | Gets the starting column. | |
Columns | Gets the indexes of the contained columns. | |
ColumnsCount | Gets the number of columns. | |
Empty | Empty range. | |
IsEmpty | Returns true if it is an empty range. | |
IsSingleCell | Returns true if it is a single cell. | |
IsSingleColumn | Returns true if it is a single column. | |
IsSingleRow | Returns true if it is a single row. | |
Row | Gets the starting row. | |
Rows | Gets the indexes of the contained rows. | |
RowsCount | Gets the number of rows. |
Name | Description | |
---|---|---|
ContainsColumn | Returns true if this range contains the specified column. | |
ContainsRow | Returns true if this range contains the specified row. | |
Equals | ||
GetHashCode | ||
Intersection | Returns the intersection between this and a specified range. | |
Intersects | Returns true if this range is intersected by the specified range. | |
SubstractColumns | Returns a range after subtracting the columns of the specified range. | |
SubstractRows | Returns a range after subtracting the rows of the specified range. | |
ToString | ||
Union | Returns a range that is the union of both ranges. |