ComponentOne Xamarin.iOS
CursorRange Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : CursorRange Property
Gets the GridCellRange that corresponds to the cursor cell.
Syntax
'Declaration
 
Public ReadOnly Property CursorRange As GridCellRange
'Usage
 
Dim instance As GridBase
Dim value As GridCellRange
 
value = instance.CursorRange
public GridCellRange CursorRange {get;}
See Also

Reference

GridBase Class
GridBase Members