[]
Gets or sets the GridRow at a specified index in the list.
public GridRow this[int index] { get; set; }
Public Default Property Item(index As Integer) As GridRow
| Type | Name | Description |
|---|---|---|
| int | index | Index of the row to get or set. |
| Type | Description |
|---|---|
| GridRow | The GridRow at the specified index. |