C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBoxItemCollection Class : Insert Method |
'Declaration Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1ComboBoxItem _ )
public new void Insert( System.int index, C1ComboBoxItem child )
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.Insert(0,new C1ComboBoxItem("test2"));