DataGridViewSelectedColumnCollection::Insert Method (Int32, DataGridViewColumn^)

 

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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Insert(
	int index,
	DataGridViewColumn^ dataGridViewColumn
)

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
Return to top
Show: