[]
Represents a range of cells
public class GridControlRange
| Name | Description |
|---|---|
| GridControlRange(GridControlRange) | Initializes a new instance of GridControlRange from another range. |
| GridControlRange(int, int) | Initializes a new instance of GridControlRange from a single cell specified by |
| GridControlRange(int, int, int, int) | Initializes a new instance of GridControlRange. |
| 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 |
| IsSingleCell | Returns |
| IsSingleColumn | Returns |
| IsSingleRow | Returns |
| Row | Gets the starting row. |
| Rows | Gets the indexes of the contained rows. |
| RowsCount | Gets the number of rows. |
| Name | Description |
|---|---|
| ContainsColumn(int) | Returns |
| ContainsRow(int) | Returns |
| Equals(object) | |
| GetHashCode() | |
| Intersection(GridControlRange) | Returns the intersection between this and a specified |
| Intersects(GridControlRange) | Returns |
| SubstractColumns(GridControlRange) | Returns a range after subtracting the columns of the specified |
| SubstractRows(GridControlRange) | Returns a range after subtracting the rows of the specified |
| ToString() | |
| Union(GridControlRange) | Returns a range that is the union of both ranges. |
| Name | Description |
|---|---|
| operator ==(GridControlRange, GridControlRange) | |
| operator !=(GridControlRange, GridControlRange) |