Back to Devexpress

VisibleRangeChangedEventArgs.UnfrozenRange Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-visiblerangechangedeventargs-7387a636.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange UnfrozenRange { get; }
vb
Public ReadOnly Property UnfrozenRange As CellRange

Property Value

TypeDescription
CellRange

The currently visible cell range of the scrollable area.

|

Remarks

See Also

Range

VisibleRangeChangedEventArgs Class

VisibleRangeChangedEventArgs Members

DevExpress.XtraSpreadsheet Namespace