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

In This Topic
    Remove Method (IC1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Function Remove( _
       ByVal item As System.Object _
    ) As System.Boolean
    System.bool Remove( 
       System.object item
    )

    Parameters

    item
    See Also