ComponentOne Basic Library for UWP
Add Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : Add Method
The item to add to the collection.
Adds an item to the underlying collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As System.Object _
) 
public void Add( 
   System.object item
)

Parameters

item
The item to add to the collection.
See Also

Reference

C1CollectionView Class
C1CollectionView Members