MultiSelect for WinForms
InsertRange メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > ComboBoxItemList クラス : InsertRange メソッド
Index of the item.
The specified collection of items.
Inserts items into the ComboBoxItemList at the specified index.
シンタックス
'宣言
 
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
Index of the item.
collection
The specified collection of items.
参照

ComboBoxItemList クラス
ComboBoxItemList メンバ