Chart.ChartGroups Property
Returns an object that represents either a single chart group or a collection of all the chart groups in the chart.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ChartGroups ( _
Index As Object _
) As Object
Get
'Usage
Dim instance As Chart
Dim Index As Object
Dim value As Object
value = instance.ChartGroups(Index)
Object this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
The chart group number. If specified, a single ChartGroup object is returned. If omitted, a ChartGroups object is returned which contains a collection of every ChartGroup object for that chart.
Property Value
Type: System.Object
Object