Skip to main content
All docs
V25.1
  • VisibleRangeChangedEventArgs.Range Property

    Gets the cell range that is currently visible in the Spreadsheet control.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public CellRange Range { get; }

    Property Value

    Type Description
    CellRange

    The currently visible cell range.

    See Also