SPREAD for WPF 3.0J - GcSpreadSheet
Move メソッド (ITableRows)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ITableRows インターフェース : Move メソッド
移動する位置を示す整数値。
移動先の位置を示す整数値。
移動する行数を示す整数値。
指定した位置にあるテーブル行を他の位置に移動します。
シンタックス
'宣言
 
Function Move( _
   ByVal row As System.Integer, _
   ByVal toRow As System.Integer, _
   ByVal count As System.Integer _
) As System.Boolean
System.bool Move( 
   System.int row,
   System.int toRow,
   System.int count
)

パラメータ

row
移動する位置を示す整数値。
toRow
移動先の位置を示す整数値。
count
移動する行数を示す整数値。

戻り値の型

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

ITableRows インターフェース
ITableRows メンバ