Skip to main content
Row

IWorkbook.History Property

Provides access to the history of operations performed in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

SpreadsheetHistory History { get; }

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