Spread Windows Forms 15.0
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
    public ArrayList UndoList {get;}
    See Also