Spread Windows Forms 12.0 Product Documentation
PerformUndoAction Method (ClipboardCutActiveSheetUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ClipboardCutActiveSheetUndoAction Class : PerformUndoAction Method
The object
Performs the action.
Syntax
'Declaration
 
Public Overrides Function PerformUndoAction( _
   ByVal sender As Object _
) As Boolean
'Usage
 
Dim instance As ClipboardCutActiveSheetUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.PerformUndoAction(sender)
public override bool PerformUndoAction( 
   object sender
)

Parameters

sender
The object

Return Value

true if successful, false otherwise
See Also

Reference

ClipboardCutActiveSheetUndoAction Class
ClipboardCutActiveSheetUndoAction Members