Removes the item at the specified position from the collection.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
Parameters
- index
- Type: System..::..Int32
The position of the item to remove.
Implements
IEditableCollectionView..::..RemoveAt(Int32)Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is less than 0 or greater than the number of items in the collection view. |