SeriesCollection Interface
A collection of all the Series objects in the specified chart or chart group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002086C-0000-0000-C000-000000000046")> _
Public Interface SeriesCollection _
Inherits IEnumerable
'Usage
Dim instance As SeriesCollection
[InterfaceTypeAttribute()]
[GuidAttribute("0002086C-0000-0000-C000-000000000046")]
public interface SeriesCollection : IEnumerable
Remarks
Use the SeriesCollection method to return the SeriesCollection collection.
Use the Add method to create a new series and add it to the chart.
Use SeriesCollection(index), where index is the series index number or name, to return a single Series object.