DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / RemoveAt Method
The position of the item to remove.

In This Topic
    RemoveAt Method (ClientCollectionView)
    In This Topic
    Removes the item at the specified position from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The position of the item to remove.
    Exceptions
    ExceptionDescription
    index is less than 0 or greater than the number of items in the collection view.
    See Also