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

Return Value

Type: Microsoft.Office.Core.ChartPoint
A ChartPoint object contained by the collection.

See Also

Reference

Points Interface

Points Members

Microsoft.Office.Core Namespace