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