IEditableCollectionView.RemoveAt(Int32) Method

Definition

Removes the item at the specified position from the collection.

C#
public void RemoveAt(int index);

Parameters

index
Int32

The position of the item to remove.

Exceptions

index is less than 0 or greater than the number of items in the collection view.

Remarks

index is relative to the collection view, not the collection. For example, if the collection has 10 items and the view has a Filter so that 7 items appear, the valid values of index are 0 through 6.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10