'Usage Dim instance As SheetRenameUndoAction Dim parameter As Object Dim value As Boolean value = instance.Undo(parameter)
Parameters
- parameter
- The action to undo the action on.
Return Value
true
if undoing the action succeeds; otherwise, false
.'Usage Dim instance As SheetRenameUndoAction Dim parameter As Object Dim value As Boolean value = instance.Undo(parameter)
true
if undoing the action succeeds; otherwise, false
.