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)

Parameters

chart
The chart.
See Also