Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / CursorRange Property


In This Topic
    CursorRange Property
    In This Topic
    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