Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SpreadChartInsertUndoAction Class / PerformUndoAction Method


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

    Parameters

    sender
    See Also