Spread WinForms 15
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()

Return Value

True if successful
See Also