[]
Gets or sets the GridRow at a specified index in the list.
public GridRow this[int index] { get; set; }
Index of the row to get or set.
The GridRow at the specified index.