Skip to main content

TdxSpreadSheetHistoryCustomCommand Members

The base class for all classes that implement document change commands in the spreadsheet action history.

Properties

Name Description
Owner Provides access to the history action to which the recorded command belongs.
View Provides access to the recorded command’s target worksheet.

Methods

Name Description
ActionClass Returns a reference to the compatible history action class.
CompatibleWith(TdxSpreadSheetHistoryCustomCommand) Identifies if two change commands are compatible.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Redo Reapplies the recorded change to the target worksheet.
ToString Inherited from TObject.
Undo Rolls back the recorded change in the target worksheet.
See Also