Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all the series in the chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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
The series number.
Return Value
Type: System.Object