TdxSpreadSheetHistoryCustomCommand Methods
The base class for all classes that implement document change commands in the spreadsheet action history.| 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