Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / ViewRange Property

In This Topic
    ViewRange Property (GridBase)
    In This Topic
    Gets a GridCellRange value that indicates the range of cells currently visible on the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewRange As GridCellRange
    public GridCellRange ViewRange {get;}
    See Also