DataGridViewSelectedColumnCollection::Insert Method (Int32, DataGridViewColumn^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Inserts a column into the collection at the specified position.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which the column should be inserted.
- dataGridViewColumn
-
Type:
System.Windows.Forms::DataGridViewColumn^
The DataGridViewColumn to insert into the DataGridViewSelectedColumnCollection.
| Exception | Condition |
|---|---|
| NotSupportedException | Always thrown. |
This method is not relevant for this class. You cannot change the DataGridViewSelectedColumnCollection class directly. To insert a column into the DataGridViewSelectedColumnCollection, use the DataGridViewBand::Selected property.
.NET Framework
Available since 2.0
Available since 2.0
Show: