SPREAD for WPF 3.0J - GcSpreadGrid
Move メソッド (RowCollection)

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス : Move メソッド
移動する最初の行の位置を示す int 値。
移動先の位置を示す int 値。
移動する行の数を示す int 値。
コレクション内の一連の行を新しい位置に移動します。
シンタックス
'宣言
 
Public Sub Move( _
   ByVal index As Integer, _
   ByVal moveToIndex As Integer, _
   Optional ByVal count As Integer _
) 
public void Move( 
   int index,
   int moveToIndex,
   int count
)

パラメータ

index
移動する最初の行の位置を示す int 値。
moveToIndex
移動先の位置を示す int 値。
count
移動する行の数を示す int 値。
例外
例外解説
index が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountRowCollection 内の要素の有効な範囲を示していません。または、moveToIndex が0未満です。または、moveToIndexCount 以上です
SortDescriptions が空ではありません。または、GroupDescriptions が空ではありません。または、移動範囲に新規行が含まれます。または、移動先範囲に新規行が含まれます。
参照

RowCollection クラス
RowCollection メンバ