IWorkbook.History Property
Provides access to the history of operations performed in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
SpreadsheetHistory | A SpreadsheetHistory object. |
Remarks
The History property provides access to the SpreadsheetHistory object that allows you to undo (the SpreadsheetHistory.Undo method) and redo (the SpreadsheetHistory.Redo method) the last actions performed, or clear the history of operations (the SpreadsheetHistory.Clear method).
See Also