'Usage Dim instance As RowAutoFitUndoAction Dim sender As Object Dim value As Boolean value = instance.Undo(sender)
Parameters
- sender
- Object on which the action occurs.
Return Value
true
if the undo is a success; otherwise, false
.'Usage Dim instance As RowAutoFitUndoAction Dim sender As Object Dim value As Boolean value = instance.Undo(sender)
true
if the undo is a success; otherwise, false
.