[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.InsertValue

InsertValue Method

InsertValue(int, object)

Inserts item with specified value into the ComboBoxItemCollection at the specified index.

Declaration
public void InsertValue(int index, object value)
Public Sub InsertValue(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index of the item.

object value

The specified item.