ComponentOne Xamarin.iOS
GridCellRange Constructor(Int32,Int32)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellRange Class > GridCellRange Constructor : GridCellRange Constructor(Int32,Int32)
The row.
The column.
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)
public GridCellRange( 
   int row,
   int col
)

Parameters

row
The row.
col
The column.
See Also

Reference

GridCellRange Class
GridCellRange Members
Overload List