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

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス : MoveOverride メソッド
移動する最初の項目の位置を示す int 値。
移動先の位置を示す int 値。
移動する項目の数を示す int 値。
データセット内の一連の項目を移動します。
シンタックス
'宣言
 
Protected Overrides Function MoveOverride( _
   ByVal index As Integer, _
   ByVal moveToIndex As Integer, _
   ByVal count As Integer _
) As Boolean
protected override bool MoveOverride( 
   int index,
   int moveToIndex,
   int count
)

パラメータ

index
移動する最初の項目の位置を示す int 値。
moveToIndex
移動先の位置を示す int 値。
count
移動する項目の数を示す int 値。

戻り値の型

要素が正常に移動された場合は true。それ以外の場合は false
参照

RowCollection クラス
RowCollection メンバ