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