Ribbon for WinForms
InsertRange メソッド (ElementList)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ElementList クラス : InsertRange メソッド
Index where the elements will be inserted.
System.Collections.ICollection whose elements will be inserted.
Inserts the elements of a collection into the list at the specified index.
シンタックス
'宣言
 
Public Overrides Sub InsertRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
public override void InsertRange( 
   int index,
   ICollection c
)

パラメータ

index
Index where the elements will be inserted.
c
System.Collections.ICollection whose elements will be inserted.
参照

ElementList クラス
ElementList メンバ