GridControlRange Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of
GridControlRange.
Syntax
Parameters
- row
- The starting row.
- column
- The starting column.
- rowsCount
- The number of rows.
- columnsCount
- The number of columns.
See Also