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

GrapeCity.Windows.SpreadGrid 名前空間 > GroupRowCollection クラス : 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以下です。または、indexcountGroupRowCollection 内の要素の有効な範囲を示していません。
参照

GroupRowCollection クラス
GroupRowCollection メンバ