'Usage Dim instance As SheetRenameUndoAction Dim parameter As Object Dim value As Boolean value = instance.CanExecute(parameter)
Parameters
- parameter
- Data used by the action. If the action does not require data to be passed in, this object can be set to null.
Return Value
true
if this action can be executed; otherwise, false
.