Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteSheetUndoAction Class / Undo Method
The object


In This Topic
Undo Method (ClipboardPasteSheetUndoAction)
In This Topic
Undoes the action.
Syntax
'Declaration
 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
 
'Usage
 
Dim instance As ClipboardPasteSheetUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)

Parameters

sender
The object

Return Value

true if successful, false otherwise
See Also