Spread Windows Forms 15.0
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].


In This Topic
    SpreadChartUndoAction Constructor(SpreadChart,String,Int32,Boolean)
    In This Topic
    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