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