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


GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > SheetRenameUndoAction Class : Undo Method
The action to undo the action on.
Undoes the command or operation.
Syntax
'Declaration
 
Public Function Undo( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As SheetRenameUndoAction
Dim parameter As Object
Dim value As Boolean
 
value = instance.Undo(parameter)
public bool Undo( 
   object parameter
)

Parameters

parameter
The action to undo the action on.

Return Value

true if undoing the action succeeds; otherwise, false.
See Also

Reference

SheetRenameUndoAction Class
SheetRenameUndoAction Members