ISeriesCollection.NewSeries Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function NewSeries As Series
'Usage
Dim instance As ISeriesCollection
Dim returnValue As Series
returnValue = instance.NewSeries()
Series NewSeries()
Return Value
Type: Microsoft.Office.Interop.Excel.Series