InsertItem Method (C1ListBase)
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
- item
- The item to be added. It is delimited by the AddItemSeparator.
- index
- The position to insert.
See Also