'Declaration
ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As IChartGroup
'Usage
Dim instance As IChartGroups Dim index As System.Integer Dim value As IChartGroup value = instance.Item(index)
IChartGroup this[ System.int index ]; {get;}
this: : IChartGroup;[ index: System.Integer ]; read-only
this[ index : System.int ] get : IChartGroup
__property IChartGroup* get_Item System.int index ;
property IChartGroup^ default [int] { IChartGroup^ get(System.int index); }
Parameters
- index
- The zero based index of the chart group to return.