GrapeCity SPREAD for WPF 2.0J
Remove メソッド (GroupRowCollection)

削除する最初の項目の位置を示す int 値。
削除する項目の数を示す int 値。
一連の要素をリストから削除します。
構文
'Declaration
 
Public Sub Remove( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Remove( 
   int index,
   int count
)

パラメータ

index
削除する最初の項目の位置を示す int 値。
count
削除する項目の数を示す int 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountGroupRowCollection 内の要素の有効な範囲を示していません。
参照

GroupRowCollection クラス
GroupRowCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.