Xuni Product Documentation - Xamarin.Forms
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridCellRange Class
GridCellRange Members
Overload List