Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

VisibleRangeChangedEventArgs.Range Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public CellRange Range { get; }

Property Value

Type Description
CellRange

The currently visible cell range.

See Also