True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ValueItemCollection Class / Add Method
The ValueItem to add.

In This Topic
    Add Method (ValueItemCollection)
    In This Topic
    Adds a ValueItem to the end of the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal vi As ValueItem _
    ) As System.Integer
    public System.int Add( 
       ValueItem vi
    )

    Parameters

    vi
    The ValueItem to add.

    Return Value

    The index at which the ValueItem has been added.
    See Also