BindingListCollectionView.RemoveAt Method
Removes the item at the specified position from the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
Implements
IEditableCollectionView.RemoveAt(Int32)| 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.