Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SpreadChartInsertUndoAction Class / Undo Method


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

    Parameters

    sender
    See Also