Spread Windows Forms 12.0 Product Documentation
SpreadChartUndoAction Constructor(SpreadChart,String,Int32,Boolean)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChartUndoAction Class > SpreadChartUndoAction Constructor : SpreadChartUndoAction Constructor(SpreadChart,String,Int32,Boolean)
The chart.
New name of the sheet.
if set to true [create new].
Initializes a new instance of the SpreadChartUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal chart As SpreadChart, _
   ByVal newSheetName As String, _
   ByVal newSheetIndex As Integer, _
   ByVal createNew As Boolean _
)
'Usage
 
Dim chart As SpreadChart
Dim newSheetName As String
Dim newSheetIndex As Integer
Dim createNew As Boolean
 
Dim instance As New SpreadChartUndoAction(chart, newSheetName, newSheetIndex, createNew)
public SpreadChartUndoAction( 
   SpreadChart chart,
   string newSheetName,
   int newSheetIndex,
   bool createNew
)

Parameters

chart
The chart.
newSheetName
New name of the sheet.
newSheetIndex
createNew
if set to true [create new].
See Also

Reference

SpreadChartUndoAction Class
SpreadChartUndoAction Members
Overload List