SeriesCollection.NewSeries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new series. Returns a Series object that represents the new series.
public:
Microsoft::Office::Interop::Excel::Series ^ NewSeries();
public Microsoft.Office.Interop.Excel.Series NewSeries ();
Public Function NewSeries () As Series
Returns
Remarks
This method isn’t available for PivotChart reports.