SPREAD for WPF 4.0J - GcSpreadSheet
MoveRows(Int32,Int32,Int32) メソッド

GrapeCity.Spreadsheet 名前空間 > Table クラス : MoveRows(Int32,Int32,Int32) メソッド
移動するインデックスを示す整数値。
移動先のインデックスを示す整数値。
移動する行数を示す整数値。
指定したインデックスにあるテーブル行を他のインデックスに移動します。
シンタックス
'宣言
 
Public Function MoveRows( _
   ByVal index As System.Integer, _
   ByVal toIndex As System.Integer, _
   ByVal count As System.Integer _
) As ActionResult(Of Table)
public ActionResult<Table> MoveRows( 
   System.int index,
   System.int toIndex,
   System.int count
)

パラメータ

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

戻り値の型

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

Table クラス
Table メンバ