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