GrapeCity.Xaml.SpreadSheet.UI
Redo Method (UndoManager)


GrapeCity.Xaml.SpreadSheet.UI Namespace > UndoManager Class : Redo Method
Performs a redo action.
Syntax
'Declaration
 
Public Function Redo() As Boolean
'Usage
 
Dim instance As UndoManager
Dim value As Boolean
 
value = instance.Redo()
public bool Redo()

Return Value

Returns true if the redo action succeeds; otherwise, returns false.
See Also

Reference

UndoManager Class
UndoManager Members