Back to Devexpress

TdxSpreadSheetHistory.UndoActionCount Property

vcl-dxspreadsheetcore-dot-tdxspreadsheethistory-30b1601a.md

latest1.0 KB
Original Source

TdxSpreadSheetHistory.UndoActionCount Property

Returns the number of actions that you can undo in the opened document.

Declaration

delphi
property UndoActionCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to obtain the number of actions in the UndoActions list.

Note

The maximum UndoActionCount property value equals the MaxActionCount property value if it is positive. Otherwise – the undo action list has no maximum size.

See Also

TdxSpreadSheetHistory.RedoActionCount

TdxSpreadSheetHistory Class

TdxSpreadSheetHistory Members

dxSpreadSheetCore Unit