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