BaseListControlObjectCollectionRemoveAt Method

Remove the item at the specified index from the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
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