[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.ISupportUnboundMode.InsertItem

InsertItem Method

InsertItem(string, int)

Inserts a new item at the specified index position of view in the unbound mode.

Declaration
void InsertItem(string newItem, int rowIndex)
Sub InsertItem(newItem As String, rowIndex As Integer)
Parameters
Type Name Description
string newItem

A string containing the data for the new row. Items are separated by the value of the AddItemSeparator property.

int rowIndex

Row index where the new row should be added.