TdxSpreadSheetHistoryCustomCommand.View Property
In This Article
Provides access to the recorded command’s target worksheet.
#Declaration
Delphi
property View: TdxSpreadSheetCustomView read;
#Property Value
Type |
---|
Tdx |
#Remarks
The Undo and Redo procedure implementations in TdxSpreadSheetHistoryCustomCommand class descendants use the View property to apply changes to the active worksheet‘s content.
See Also