Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / UndoList Property


In This Topic
UndoList Property
In This Topic
Gets the list of UndoAction objects.
Syntax
'Declaration
 
Public ReadOnly Property UndoList As ArrayList
 
'Usage
 
Dim instance As UndoManager
Dim value As ArrayList
 
value = instance.UndoList
See Also