BaseComboBoxCellObjectCollectionRemoveAt Method

Remove the item at the specified index from the collection

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the item to remove

Implements

IListRemoveAt(Int32)

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the index value is not within the bounds of the collection.
ArgumentExceptionThis is thrown if an attempt is made to remove an item from the collection when a data source is in use.

See Also