Back to Devexpress

IWorkbook.History Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-12882709.md

latest1.6 KB
Original Source

IWorkbook.History Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
SpreadsheetHistory History { get; }
vb
ReadOnly Property History As SpreadsheetHistory

Property Value

TypeDescription
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

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace