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::SetItem Method (Int32, GridViewColumn^)
.NET Framework (current version)
Replaces the GridViewColumn that is at the specified index with another GridViewColumn.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The position at which the new GridViewColumn replaces the old GridViewColumn.
- column
-
Type:
System.Windows.Controls::GridViewColumn^
The GridViewColumn to place at the specified position.
This method replaces a column in the GridViewColumnCollection with a new column. To insert a new column without replacing another column, use the InsertItem method.
.NET Framework
Available since 3.0
Available since 3.0
Show: