Spread Silverlight Documentation
Undo Method (UndoManager)


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

Return Value

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

Reference

UndoManager Class
UndoManager Members