TdxSpreadSheetFreezeFirstColumn Class
An action object that implements the FreezeFirstColumn end-user command in Spreadsheet and Report Designer-based applications.
Declaration
TdxSpreadSheetFreezeFirstColumn = class(
TdxSpreadSheetAction
)
Remarks
This class does not introduce any new public members. Executing this action object immobilizes the leftmost currently visible worksheet column and all columns to the left of it. Only the column visible at the moment of the TdxSpreadSheetFreezeFirstColumn
action object execution actually becomes “frozen” at the left border of the worksheet area.
Note
To unlock frozen columns, execute a TdxSpreadSheetUnfreezePanes action object.
Inheritance
See Also