SeriesCollection Interface

Represents a collection of all the Series objects in the specified chart or chart group.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("92D41A76-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface SeriesCollection _
    Inherits IEnumerable
'Usage
Dim instance As SeriesCollection
[GuidAttribute("92D41A76-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface SeriesCollection : IEnumerable

Remarks

Use the SeriesCollection(Object) method to return the SeriesCollection collection.

See Also

Reference

SeriesCollection Members

Microsoft.Office.Interop.PowerPoint Namespace