ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / LookupItemList Class / Add Method
A LookupItem.

In This Topic
    Add Method (LookupItemList)
    In This Topic
    Adds a LookupItem object to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As LookupItem _
    ) As System.Integer
    public System.int Add( 
       LookupItem item
    )

    Parameters

    item
    A LookupItem.

    Return Value

    An index of added LookupItem in the collection.
    See Also