SeriesCollection Interface
A collection of all the Series objects in the specified chart or chart group.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("8FEB78F7-35C6-4871-918C-193C3CDD886D")> _
Public Interface SeriesCollection _
Inherits IEnumerable
'Usage
Dim instance As SeriesCollection
[GuidAttribute("8FEB78F7-35C6-4871-918C-193C3CDD886D")]
public interface SeriesCollection : IEnumerable
Remarks
Use the SeriesCollection(Object) method to return the SeriesCollection collection.
Use the Extend(Object, Object, Object) method to extend an existing series.