ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / RemoveAt Method

In This Topic
    RemoveAt Method (IC1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Sub RemoveAt( _
       ByVal index As System.UInteger _
    ) 
    void RemoveAt( 
       System.uint index
    )

    Parameters

    index
    See Also