Ribbon for WinForms
Insert メソッド (GridColumnCollection)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > GridColumnCollection クラス : Insert メソッド
Index where the Element will be inserted.
Element to add to the list.
Inserts an Element at a specified index.
シンタックス
'宣言
 
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
public virtual void Insert( 
   int index,
   object value
)

パラメータ

index
Index where the Element will be inserted.
value
Element to add to the list.
参照

GridColumnCollection クラス
GridColumnCollection メンバ