'Declaration Public Function Undo( _ ByVal parameter As System.Object _ ) As System.Boolean
'Usage Dim instance As SheetRenameUndoAction Dim parameter As System.Object Dim value As System.Boolean value = instance.Undo(parameter)
public System.bool Undo( System.object parameter )
Parameters
- parameter
- The action to undo the action on.
Return Value
true
if undoing the action succeeds; otherwise, false
.