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