[]
Initializes a new instance of GridControlRange.
public GridControlRange(int row, int column, int rowsCount, int columnsCount)
Type | Name | Description |
---|---|---|
int | row | The starting row. |
int | column | The starting column. |
int | rowsCount | The number of rows. |
int | columnsCount | The number of columns. |
Initializes a new instance of GridControlRange from a single cell specified by row
and column
.
public GridControlRange(int row, int column)
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
Initializes a new instance of GridControlRange from another range.
public GridControlRange(GridControlRange range)
Type | Name | Description |
---|---|---|
GridControlRange | range |