Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    ArrayList containing a list of redo actions (UndoAction objects)
    See Also