ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / InsertItem Method
The item to be added. It is delimited by the C1.Win.C1List.ListBase.C1ListBase.AddItemSeparator.
The position to insert.

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

    Parameters

    item
    The item to be added. It is delimited by the C1.Win.C1List.ListBase.C1ListBase.AddItemSeparator.
    index
    The position to insert.
    See Also