Skip to main content

TdxCustomSpreadSheet.History Property

Provides access to the history of undo/redo actions performed within the Spreadsheet or Report Designer control.

Declaration

property History: TdxSpreadSheetHistory read;

Property Value

Type
TdxSpreadSheetHistory

Remarks

This property provides access to the undo/redo action lists and history management methods. For additional information, refer to the History topic and the TdxSpreadSheetHistory class description.

Note

By default, the history of actions is disabled. To enable it, set the OptionsBehavior.History property to True.

See Also