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

In This Topic
InsertItem Method (C1ListBase)
In This Topic
Inserts a new item at the index position in the AddItem mode.
Syntax
'Declaration
 
Public Sub InsertItem( _
   ByVal item As String, _
   ByVal index As Integer _
) 
 

Parameters

item
The item to be added. It is delimited by the AddItemSeparator.
index
The position to insert.
See Also