IWorkbook.History Property
In This Article
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
SpreadsheetHistory History { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
#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