ChartGroups.Item Property
Returns a specified item from the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As ChartGroup
Get
'Usage
Dim instance As ChartGroups
Dim Index As Object
Dim value As ChartGroup
value = instance(Index)
ChartGroup this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
Required Object Specifies the ordinal position of the object within the collection.
Property Value
Type: Microsoft.Office.Interop.Word.ChartGroup
ChartGroup