DataGridViewColumnCollection::Remove Method (DataGridViewColumn^)
.NET Framework (current version)
Removes the specified column from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataGridViewColumn
-
Type:
System.Windows.Forms::DataGridViewColumn^
The column to delete.
| Exception | Condition |
|---|---|
| ArgumentException | dataGridViewColumn is not in the collection. |
| ArgumentNullException | dataGridViewColumn is null. |
| InvalidOperationException | The associated DataGridView control is performing one of the following actions that temporarily prevents new columns from being added:
-or- This method is being called from a handler for one of the following DataGridView events: |
To remove a column that is automatically generated when binding to a data source, call this method in a DataGridView::DataBindingComplete event handler.
.NET Framework
Available since 2.0
Available since 2.0
Show: