Skip to main content

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

TdxSpreadSheetFreezePanes Class

An action object that implements the FreezePanes end-user command in spreadsheet-based applications.

#Declaration

Delphi
TdxSpreadSheetFreezePanes = class(
    TdxSpreadSheetAction
)

#Remarks

This class does not introduce any new public members. Executing this action object simultaneously immobilizes both columns and rows in the currently active Table View worksheet. The resulting numbers of frozen columns and rows depend on the focused cell position, i.e., the rightmost “frozen” column and the lowermost “frozen” row are adjacent to the left and top borders of the focused cell, respectively:

VCL SpreadSheet: A Freeze Panes Operation Example

Note

To unlock frozen columns, execute a TdxSpreadSheetUnfreezePanes action object.

See Also