TdxSpreadSheetFreezeFirstColumn Class
In This Article
An action object that implements the FreezeFirstColumn end-user command in Spreadsheet and Report Designer-based applications.
#Declaration
Delphi
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 Tdx
#Inheritance
Show 11 items
See Also