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

In This Topic
    Add Method (IC1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Sub Add( _
       ByVal item As System.Object _
    ) 
    void Add( 
       System.object item
    )

    Parameters

    item
    See Also