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