The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GridViewColumnCollection::InsertItem Method (Int32, GridViewColumn^)
.NET Framework (current version)
Adds a GridViewColumn to the collection at the specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The position to place the new GridViewColumn.
- column
-
Type:
System.Windows.Controls::GridViewColumn^
The GridViewColumn to insert.
This method creates a new item in the GridViewColumnCollection without replacing another item. To replace an item in the collection with a new item, use the SetItem method.
.NET Framework
Available since 3.0
Available since 3.0
Show: