Back to Devexpress

SpreadsheetControl.VisibleRange Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-a8437b3c.md

latest1.6 KB
Original Source

SpreadsheetControl.VisibleRange Property

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

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
[Browsable(false)]
public CellRange VisibleRange { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleRange As CellRange

Property Value

TypeDescription
CellRange

Specifies the currently visible cell range.

|

Remarks

Handle the SpreadsheetControl.VisibleRangeChanged event to obtain actual values for the visible cell range (Range) and visible unfrozen range (UnfrozenRange).

See Also

VisibleRangeChanged

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace