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