Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ISpreadsheetComponent.PanesFrozen Event

In This Article

Occurs after a worksheet area has been frozen.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

event PanesFrozenEventHandler PanesFrozen

#Event Data

The PanesFrozen event's data class is PanesFrozenEventArgs. The following properties provide information specific to this event:

Property Description
ColumnOffset Gets the offset of the last frozen column relative to the first column in a worksheet or the left-most column with the specified cell from where freezing starts.
RowOffset Gets the offset of the last frozen row relative to the first row in a worksheet or the top row with the specified cell from where freezing starts.
TopLeft Gets the cell contained in a top frozen row and/or left-most frozen column from where freezing starts.
See Also