[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.InsertItem

InsertItem Method

InsertItem(string, int)

Inserts a new item at the index position in the AddItem(string) mode.

Declaration
public void InsertItem(string item, int index)
Parameters
Type Name Description
string item

The item to be added. It is delimited by the AddItemSeparator.

int index

The position to insert.