TdxSpreadSheetHistory Properties
Stores and manages the undo and redo action lists in spreadsheet controls.
Name | Description |
---|---|
Max |
Specifies the maximum number of history actions stored in the undo and redo lists. |
Redo |
Returns the number of previously undone actions that you can re-apply to the opened document. |
Redo |
Provides indexed access to the list of undone actions. |
Spread |
Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs.
Inherited from Tdx |
Undo |
Returns the number of actions that you can undo in the opened document. |
Undo |
Provides indexed access to the recorded history actions that you can undo. |
See Also