Series.Points Method
Returns an object that represents a single point (a Point object) or a collection of all the points (a Points collection) in the series. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.ObjectOptional Object. The name or number of the point.
Return Value
Type: System.Object