Share via


Chart.SeriesCollection Method

Returns an Object that represents all the series in the chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Object
    Required Object The name or number of the series.

Return Value

Type: System.Object
Object

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace