Share via


Series.Points Method

Returns a collection of all the points in the series.

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

Syntax

'Declaration
Function Points ( _
    Index As Object _
) As Object
'Usage
Dim instance As Series
Dim Index As Object
Dim returnValue As Object

returnValue = instance.Points(Index)
Object Points(
    Object Index
)

Parameters

Return Value

Type: System.Object

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace