Ribbon for WinForms
InsertRange メソッド (GridColumnCollection)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > GridColumnCollection クラス : 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 Overridable Sub InsertRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
public virtual void InsertRange( 
   int index,
   ICollection c
)

パラメータ

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

GridColumnCollection クラス
GridColumnCollection メンバ