ChartGroups.Item Method
Returns a single object from a collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As IMsoChartGroup
'Usage
Dim instance As ChartGroups
Dim Index As Object
Dim returnValue As IMsoChartGroup
returnValue = instance.Item(Index)
IMsoChartGroup Item(
Object Index
)
Parameters
Index
Type: System.ObjectRequired Object. The name or index number for the object.
Return Value
Type: Microsoft.Office.Core.IMsoChartGroup
IMsoChartGroup