ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Add Method
The object to add to the System.Collections.IList.

In This Topic
    Add Method
    In This Topic
    Adds an item to the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As System.Object _
    ) As System.Integer
    public System.int Add( 
       System.object value
    )

    Parameters

    value
    The object to add to the System.Collections.IList.

    Return Value

    The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also