Method Insert
Insert(int, ColumnDefinition)
Inserts a ColumnDefinition at the specified index position within a GridColumnCollection.
public void Insert(int index, ColumnDefinition value)
Parameters
index
intThe position within the collection where the item is inserted.
value
ColumnDefinitionThe ColumnDefinition to insert.
Exceptions
- ArgumentOutOfRangeException
index
is not a valid index in the IList.