Property this
this[int]
Gets a value that indicates the current item within a GridRowCollection.
public RowDefinition this[int index] { get; set; }
Parameters
index
intThe current item in the collection.
Property Value
- RowDefinition
The element at the specified index.
Exceptions
- ArgumentOutOfRangeException
index
is not a valid index position in the collection.