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
- Index
Type: System.Object
The name or number of the point.
Return Value
Type: System.Object