Chart.AreaGroups Method
On a 2-D chart, returns an object that represents either a single area chart group (a ChartGroup object) or a collection of the area chart groups (a ChartGroups collection).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function AreaGroups ( _
Index As Object _
) As Object
'Usage
Dim instance As Chart
Dim Index As Object
Dim returnValue As Object
returnValue = instance.AreaGroups(Index)
Object AreaGroups(
Object Index
)
Parameters
- Index
Type: System.Object
Optional Object The chart group number.
Return Value
Type: System.Object
Object