パラメータ
- index
- 移動する最初の行の位置を示す
int
値。 - moveToIndex
- 移動先の位置を示す
int
値。 - count
- 移動する行の数を示す
int
値。
int
値。
int
値。
int
値。
int
値。int
値。int
値。例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が0未満です。または、index が Count 以上です。または、count が0以下です。または、index と count が RowCollection 内の要素の有効な範囲を示していません。または、moveToIndex が0未満です。または、moveToIndex が Count 以上です |
System.InvalidOperationException | SortDescriptions が空ではありません。または、GroupDescriptions が空ではありません。または、移動範囲に新規行が含まれます。または、移動先範囲に新規行が含まれます。 |