Inserts a C1ComboBoxItem at the specified position in the collection.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function insert(index, item);

Parameters

index
Type: System..::..Int32
Position where the C1ComboBoxItem will be added. The value should be greater than or equal to 0.
item
Type: C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItem
C1ComboBoxItem C1ComboBoxItem instance.

See Also