Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteSheetUndoAction Class / PerformUndoAction Method
The object


In This Topic
    PerformUndoAction Method (ClipboardPasteSheetUndoAction)
    In This Topic
    Performs the action.
    Syntax
    'Declaration
     
    
    Public Overrides Function PerformUndoAction( _
       ByVal sender As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As ClipboardPasteSheetUndoAction
    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