RowDefinitionCollection::Insert Method (Int32, RowDefinition^)
.NET Framework (current version)
Inserts a RowDefinition at the specified index position within a RowDefinitionCollection.
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::RowDefinition^
The RowDefinition to insert.
Implements
IList<T>::Insert(Int32, T)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList. |
RowDefinitionCollection uses a zero-based indexing system.
The following example demonstrates how to use the Insert method to insert a RowDefinition to a specific index position within a RowDefinitionCollection.
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: