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

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