_Chart.SeriesCollection Method
Returns an object that represents either a single series (a Series object) or a collection of all the series (a SeriesCollection collection) in the chart or chart group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function SeriesCollection ( _
Index As Object _
) As Object
'Usage
Dim instance As _Chart
Dim Index As Object
Dim returnValue As Object
returnValue = instance.SeriesCollection(Index)
Object SeriesCollection(
Object Index
)
Parameters
Index
Type: System.ObjectOptional Object. The name or number of the series.
Return Value
Type: System.Object