Skip to main content
A newer version of this page is available. .
Row

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