Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / Redo Method / Redo() Method


In This Topic
    Redo() Method
    In This Topic
    Redoes the last action undone with Undo and adds it to the undo list.
    Syntax
    'Declaration
     
    
    Public Overloads Function Redo() As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.Redo()
    public bool Redo()

    Return Value

    True if successful
    See Also