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

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