Skip to main content

TdxSpreadSheetFreezePanes Class

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

Declaration

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