ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / CellsRange Property

In This Topic
    CellsRange Property (DataGridViewport)
    In This Topic
    Gets the range of cells currently visible.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellsRange As DataGridCellsRange
    public DataGridCellsRange CellsRange {get;}

    Property Value

    The range of cells currently visible.
    See Also