Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / PerformUndoAction Method
object


In This Topic
    PerformUndoAction Method (CellEditUndoAction)
    In This Topic
    Performs the cell editing action.
    Syntax
    'Declaration
     
    
    Public Overrides Function PerformUndoAction( _
       ByVal sender As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim sender As Object
    Dim value As Boolean
     
    value = instance.PerformUndoAction(sender)
    public override bool PerformUndoAction( 
       object sender
    )

    Parameters

    sender
    object

    Return Value

    Boolean: true if successful; otherwise, false
    Remarks
    If sender is a SpreadView object, it will be used to fire events during the operation.
    See Also