IEditableCollectionView::RemoveAt Method (Int32)

 

Removes the item at the specified position from the collection.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The position of the item to remove.

Exception Condition
ArgumentOutOfRangeException

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

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.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: