C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / GridCellRange Constructor / GridCellRange Constructor(Int32,Int32)
The row.
The column.


In This Topic
GridCellRange Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the GridCellRange class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
 
'Usage
 
Dim row As Integer
Dim col As Integer
 
Dim instance As New GridCellRange(row, col)

Parameters

row
The row.
col
The column.
See Also