SPREAD for WPF 3.0J - GcSpreadGrid
Insert メソッド (ColumnCollection)

GrapeCity.Windows.SpreadGrid 名前空間 > ColumnCollection クラス : Insert メソッド
挿入する位置を示す int 値。
挿入する列の数を示す int 値。
一連の列をコレクションに挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Insert( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する列の数を示す int 値。
例外
例外解説
index が0未満です。または、indexCount を超えています。または、count が0以下です。
LayoutModeLayoutMode.Template です。
解説
LayoutModeLayoutMode.Template の場合、このコレクションは変更できません。
参照

ColumnCollection クラス
ColumnCollection メンバ