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