Skip to main content

TdxSpreadSheetHistory Class

Stores and manages the undo and redo action lists in spreadsheet controls.

Declaration

TdxSpreadSheetHistory = class(
    TdxSpreadSheetPersistentObject
)

Remarks

A spreadsheet control records history action performed in an opened spreadsheet document if the control’s OptionsBehavior.History property is set to True.

The TdxSpreadSheetHistory class has the following members that allow you to:

A spreadsheet control’s History property references a TdxSpreadSheetHistory object.

See Also