ComponentOne Xamarin.iOS
GridCellRange Constructor(Int32,Int32,Int32,Int32)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellRange Class > GridCellRange Constructor : GridCellRange Constructor(Int32,Int32,Int32,Int32)
The upper row.
The left most column.
The bottom row.
The right most column.
Initializes a new instance of the GridCellRange class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row1 As Integer, _
   ByVal col1 As Integer, _
   ByVal row2 As Integer, _
   ByVal col2 As Integer _
)
'Usage
 
Dim row1 As Integer
Dim col1 As Integer
Dim row2 As Integer
Dim col2 As Integer
 
Dim instance As New GridCellRange(row1, col1, row2, col2)
public GridCellRange( 
   int row1,
   int col1,
   int row2,
   int col2
)

Parameters

row1
The upper row.
col1
The left most column.
row2
The bottom row.
col2
The right most column.
See Also

Reference

GridCellRange Class
GridCellRange Members
Overload List