InsertItem Method (C1ListBase)
Inserts a new item at the index position in the
AddItem mode.
'Declaration
Public Sub InsertItem( _
ByVal As String, _
ByVal As Integer _
)
Parameters
- item
- The item to be added. It is delimited by the AddItemSeparator.
- index
- The position to insert.