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


In This Topic
    Undo() Method
    In This Topic
    Undoes the last action done with PerformUndoAction and adds it to the redo list.
    Syntax
    'Declaration
     
    
    Public Overloads Function Undo() As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.Undo()
    public bool Undo()
    See Also