ColumnDefinitionCollection::Insert Method (Int32, ColumnDefinition^)
.NET Framework (current version)
Inserts a ColumnDefinition at the specified index position within a ColumnDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The position within the collection where the item is inserted.
- value
-
Type:
System.Windows.Controls::ColumnDefinition^
The ColumnDefinition to insert.
Implements
IList<T>::Insert(Int32, T)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList. |
ColumnDefinitionCollection uses a zero-based indexing system.
The following example demonstrates how to use the Insert method to insert a ColumnDefinition to a specific index position within a ColumnDefinitionCollection.
To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.
.NET Framework
Available since 3.0
Available since 3.0
Show: