DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / Remove Method
The object to remove from the System.Collections.IList.

In This Topic
    Remove Method (C1DataCollectionBindingList)
    In This Topic
    Removes the first occurrence of a specific object from the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Object _
    ) 
    public void Remove( 
       object value
    )

    Parameters

    value
    The object to remove from the System.Collections.IList.
    See Also