Skip to main content

TdxSpreadSheetOptionsBehavior.History Property

Specifies if the history functionality is enabled.

Declaration

property History: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

A spreadsheet control records every document change to the undo list as a history action if the History property is set to True. A user can undo and reapply changes to the opened document.

Use the HistoryMaxActionCount property to limit the number of stored history actions.

The History property’s default value is False.

See Also