FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ViewRange Property

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