GridCellRange Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the
GridCellRange class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public GridCellRange(
int ,
int
)
Parameters
- row
- The row.
- col
- The column.
See Also