TdxSpreadSheetHistory.UndoActionCount Property
In This Article
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 Undo
See Also