ComboBox for ASP.NET Web Forms
Insert メソッド (C1ComboBoxItemCollection)
使用例 

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBoxItemCollection クラス : Insert メソッド
C1ComboBoxItem が追加される位置。値は 0 以上である必要があります。
C1ComboBoxItem インスタンス。
C1ComboBoxItem をコレクション内の指定された位置に挿入します。
シンタックス
'宣言
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal child As C1ComboBoxItem _
) 
public new void Insert( 
   System.int index,
   C1ComboBoxItem child
)

パラメータ

index
C1ComboBoxItem が追加される位置。値は 0 以上である必要があります。
child
C1ComboBoxItem インスタンス。
使用例
C1ComboBox c = new C1ComboBox();
c.Items.Add(new C1ComboBoxItem("test1"));
c.Items.Insert(0,new C1ComboBoxItem("test2"));
参照

C1ComboBoxItemCollection クラス
C1ComboBoxItemCollection メンバ