<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.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