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

VisibleRangeChangedEventArgs.UnfrozenRange Property

Gets the visible cell range of the scrollable area when there are frozen rows and columns in the worksheet.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public CellRange UnfrozenRange { get; }

Property Value

Type Description
CellRange

The currently visible cell range of the scrollable area.

Remarks

Spreadsheet-Visible-Unfrozen-Range

See Also