DataGridViewColumnCollection::IList::RemoveAt Method (Int32)
This API supports the product infrastructure and is not intended to be used directly from your code.
Removes the element with the specified index from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The location of the element to delete.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than the number of columns in the control minus one. |
| 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: |
This member is an explicit interface member implementation. It can be used only when the DataGridViewColumnCollection instance is cast to an IList interface.
Available since 2.0