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


In This Topic
CellType Property (GridCellRangeEventArgs)
In This Topic
Gets the type of the cell.
Syntax
'Declaration
 
Public ReadOnly Property CellType As GridCellType
 
'Usage
 
Dim instance As GridCellRangeEventArgs
Dim value As GridCellType
 
value = instance.CellType
See Also