MESCIUS SPREAD for Windows Forms 17.0J
Move メソッド (ITableRows)

移動する位置を示す整数値。
移動先の位置を示す整数値。
移動する行数を示す整数値。
指定した位置にあるテーブル行を他の位置に移動します。
構文
'Declaration
 
Function Move( _
   ByVal row As Integer, _
   ByVal toRow As Integer, _
   ByVal count As Integer _
) As Boolean
bool Move( 
   int row,
   int toRow,
   int count
)

パラメータ

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

戻り値の型

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

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

 

 


© MESCIUS inc. All rights reserved.