C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellRangeEventArgs Class / CellRange Property


In This Topic
CellRange Property
In This Topic
Gets the cell range.
Syntax
'Declaration
 
Public ReadOnly Property CellRange As GridCellRange
 
'Usage
 
Dim instance As GridCellRangeEventArgs
Dim value As GridCellRange
 
value = instance.CellRange
See Also