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

移動する最初の項目の位置を示す int 値。
移動先の位置を示す int 値。
移動する項目の数を示す int 値。
リスト内の一連の要素を移動します。
構文
'Declaration
 
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 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountGroupRowCollection 内の要素の有効な範囲を示していません。または、moveToIndex が0未満です。または、moveToIndexCount 以上です。
参照

GroupRowCollection クラス
GroupRowCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.