CalendarView for WinForms
InsertRange メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > ComboBoxItemList クラス : InsertRange メソッド
項目のインデックス。
指定された項目コレクション。
ComboBoxItemList の指定されたインデックスに複数の項目を挿入します。
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
) 
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<object> collection
)

パラメータ

index
項目のインデックス。
collection
指定された項目コレクション。
参照

ComboBoxItemList クラス
ComboBoxItemList メンバ