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

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

パラメータ

index
削除する最初の列の位置を示す int 値。
count
削除する列の数を示す int 値。
例外
例外解説
index が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountColumnCollection 内の要素の有効な範囲を示していません。
LayoutModeLayoutMode.Template です。
解説
LayoutModeLayoutMode.Template の場合、このコレクションは変更できません。
参照

ColumnCollection クラス
ColumnCollection メンバ