ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / InsertItem Method

In This Topic
    InsertItem Method (C1Combo)
    In This Topic
    Inserts a new item at the index position in the AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub InsertItem( _
       ByVal newItem As String, _
       ByVal index As Integer _
    ) 
    public void InsertItem( 
       string newItem,
       int index
    )

    Parameters

    newItem
    index
    See Also