Points.Item Method
Returns a single object from a collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
Index As Integer _
) As ChartPoint
'Usage
Dim instance As Points
Dim Index As Integer
Dim returnValue As ChartPoint
returnValue = instance.Item(Index)
ChartPoint Item(
int Index
)
Parameters
Index
Type: System.Int32The index number for the object.
Return Value
Type: Microsoft.Office.Core.ChartPoint
A ChartPoint object contained by the collection.