Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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 IReadOnlyList(Of GridCellRange)
    public IReadOnlyList<GridCellRange> Cells {get;}
    See Also