TdxSpreadSheetUnfreezePanes Class
An action object that corresponds to the UnfreezePanes command provided by the Spreadsheet and Report Designer controls.
Declaration
TdxSpreadSheetUnfreezePanes = class(
TdxSpreadSheetAction
)
Remarks
This class does not introduce any new public members. Executing this action object unlocks all previously frozen columns and/or rows in the active worksheet.
Technically, the TdxSpreadSheetUnfreezePanes
action objects call the active Table View worksheet’s UnfreezePanes procedure.
UI elements linked to a TdxSpreadSheetUnfreezePanes
action object are enabled only if the following conditions are met:
- Spreadsheet document editing is allowed (i.e., the control’s OptionsBehavior.Editing property is set to
True
). - There is at least one frozen row or column in the active worksheet.
Inheritance
See Also