'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].