'Declaration Public Shadows Default Property Item( _ ByVal index As System.Integer _ ) As GridRow
public new GridRow this[ System.int index ]; {get; set;}
Parameters
- index
- Index of the row to get or set.
'Declaration Public Shadows Default Property Item( _ ByVal index As System.Integer _ ) As GridRow
public new GridRow this[ System.int index ]; {get; set;}