GrapeCity SPREAD for Windows Forms 12.0J
Move メソッド (ITableRows)


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

パラメータ

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

戻り値の型

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

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

 

 


Copyright © 2004 GrapeCity inc.