InsertItem Method (C1List)
In This Topic
Inserts a new item at the index position in the
C1.Win.List.ListBase.C1ListBase.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 C1.Win.List.ListBase.C1ListBase.AddItemSeparator.
- index
- The position to insert.
See Also