'Declaration
 
Public Function New( _
   ByVal  As SpreadChart, _
   ByVal  As Series, _
   ByVal  As SheetCellRange, _
   ByVal  As SheetCellRange, _
   ByVal () As SheetCellRange _
)
             
        
            
            '使用法
 
Dim chart As SpreadChart
Dim series As Series
Dim category As SheetCellRange
Dim seriesName As SheetCellRange
Dim data() As SheetCellRange
 
Dim instance As New SpreadChartSeriesIndicatorUndoAction(chart, series, category, seriesName, data)
             
        
            
            public SpreadChartSeriesIndicatorUndoAction( 
   SpreadChart ,
   Series ,
   SheetCellRange ,
   SheetCellRange ,
   SheetCellRange[] 
)