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


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

Return Value

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

Reference

UndoManager Class
UndoManager Members