'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As DataGrouping
public DataGrouping this[ int index ]; {get; set;}
Parameters
- index
- The index of the DataGrouping to get or set.
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As DataGrouping
public DataGrouping this[ int index ]; {get; set;}