パラメータ
- index
- 移動する最初の項目の位置を示す
int
値。 - moveToIndex
- 移動先の位置を示す
int
値。 - count
- 移動する項目の数を示す
int
値。
int
値。
int
値。
int
値。
int
値。int
値。int
値。例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が0未満です。または、index が Count 以上です。または、count が0以下です。または、index と count が GroupRowCollection 内の要素の有効な範囲を示していません。または、moveToIndex が0未満です。または、moveToIndex が Count 以上です。 |