Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    public GridCellRange CellRange {get;}
    See Also