MESCIUS SPREAD for Windows Forms 17.0J
MoveRows(Int32,Int32,Int32) メソッド

移動するインデックスを示す整数値。
移動先のインデックスを示す整数値。
移動する行数を示す整数値。
指定したインデックスにあるテーブル行を他のインデックスに移動します。
構文
'Declaration
 
Public Function MoveRows( _
   ByVal index As Integer, _
   ByVal toIndex As Integer, _
   ByVal count As Integer _
) As ActionResult(Of Table)

パラメータ

index
移動するインデックスを示す整数値。
toIndex
移動先のインデックスを示す整数値。
count
移動する行数を示す整数値。

戻り値の型

移動が正常に行われた場合はtrue、それ以外の場合はfalse
参照

Table クラス
Table メンバ

 

 


© MESCIUS inc. All rights reserved.