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.
public:
Microsoft::Office::Interop::Word::Series ^ NewSeries();
public Microsoft.Office.Interop.Word.Series NewSeries ();
abstract member NewSeries : unit -> Microsoft.Office.Interop.Word.Series
Public Function NewSeries () As Series
Returns
A Series object that represents the new series.
Remarks
This method is not available for PivotChart charts.