Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / RedoList Property


In This Topic
    RedoList Property
    In This Topic
    Gets the list of UndoAction objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RedoList As ArrayList
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As ArrayList
     
    value = instance.RedoList
    public ArrayList RedoList {get;}
    See Also