ComponentOne Xamarin Edition
GridCellRange Constructor(Int32,Int32,Int32,Int32)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.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
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