[]
        
(Showing Draft Content)

C1.Win.List.C1Combo.InsertItem

InsertItem Method

InsertItem(string, int)

Inserts a new item at the index position in the AddItem mode.

Declaration
public void InsertItem(string newItem, int index)
Public Sub InsertItem(newItem As String, index As Integer)
Parameters
Type Name Description
string newItem
int index