[]
Initializes a new instance of GridControlRange.
public GridControlRange(int row, int column, int rowsCount, int columnsCount)
Public Sub New(row As Integer, column As Integer, rowsCount As Integer, columnsCount As Integer)
| 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)
Public Sub New(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
Initializes a new instance of GridControlRange from another range.
public GridControlRange(GridControlRange range)
Public Sub New(range As GridControlRange)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range |