DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / Add Method
The object to add to the C1CollectionView.

In This Topic
    Add Method (C1CollectionView)
    In This Topic
    Adds an item to the C1CollectionView.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As Object _
    ) 
    public void Add( 
       object item
    )

    Parameters

    item
    The object to add to the C1CollectionView.
    See Also