SpreadsheetHistory Members
A history of operations performed in a workbook.Properties
Name | Description |
---|---|
Count | Returns the number of operations performed in a workbook. |
IsEnabled | Indicates whether or not to track the workbook activity. |
Methods
Name | Description |
---|---|
Clear() | Clears the history of operations performed in a workbook. |
Redo() | Executes a redo of the last operation performed in a workbook. |
Undo() | Executes an undo of the last performed operation in a workbook. |
See Also