'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As GroupReportStyle
'Usage Dim instance As GroupReportStyleList Dim index As Integer Dim value As GroupReportStyle value = instance.Item(index)
public GroupReportStyle this[ int index ]; {get;}
Parameters
- index
- The zero-based index at which to get the GroupReportStyle.