Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / Cells Property


In This Topic
    Cells Property (GridCellRange)
    In This Topic
    Gets the cells in this range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As IEnumerable(Of GridCellRange)
    'Usage
     
    
    Dim instance As GridCellRange
    Dim value As IEnumerable(Of GridCellRange)
     
    value = instance.Cells
    public IEnumerable<GridCellRange> Cells {get;}
    See Also