True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ValueItemCollection Class / Insert Method
The zero-based index at which the ValueItem should be inserted.
The ValueItem to insert.

In This Topic
    Insert Method (ValueItemCollection)
    In This Topic
    Inserts a ValueItem at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal vi As ValueItem _
    ) 
    public void Insert( 
       System.int index,
       ValueItem vi
    )

    Parameters

    index
    The zero-based index at which the ValueItem should be inserted.
    vi
    The ValueItem to insert.
    See Also