SeriesCollection.NewSeries Method

Definition

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.

Applies to