DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / RemoveAt Method
The zero-based index of the item to remove.

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

    Parameters

    index
    The zero-based index of the item to remove.
    See Also