DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / Add Method

In This Topic
    Add Method (C1CollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    See Also