ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / ViewRange Property

In This Topic
    ViewRange Property
    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