Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartDeleteUndoAction Class / SpreadChartDeleteUndoAction Constructor
The chart.


In This Topic
    SpreadChartDeleteUndoAction Constructor
    In This Topic
    Initializes a new instance of the SpreadChartDeleteUndoAction class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As SpreadChart _
    )
    'Usage
     
    
    Dim chart As SpreadChart
     
    Dim instance As New SpreadChartDeleteUndoAction(chart)
    public SpreadChartDeleteUndoAction( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also