Skip to main content

TdxSpreadSheetHistoryCustomCommand.View Property

Provides access to the recorded command’s target worksheet.

Declaration

property View: TdxSpreadSheetCustomView read;

Property Value

Type
TdxSpreadSheetCustomView

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