GrapeCity SPREAD for Windows Forms 12.0J
MoveOut メソッド


移動する位置を示す整数値。
移動する行数を示す整数値。
移動方向がテーブルの下方向か上方向かを示すブール値。
指定された位置にあるテーブル行を、このTableの下または上の最初の行に移動します。
構文
'Declaration
 
Function MoveOut( _
   ByVal row As Integer, _
   ByVal count As Integer, _
   Optional ByVal moveDown As Boolean _
) As Boolean
'使用法
 
Dim instance As ITableRows
Dim row As Integer
Dim count As Integer
Dim moveDown As Boolean
Dim value As Boolean
 
value = instance.MoveOut(row, count, moveDown)
bool MoveOut( 
   int row,
   int count,
   bool moveDown
)

パラメータ

row
移動する位置を示す整数値。
count
移動する行数を示す整数値。
moveDown
移動方向がテーブルの下方向か上方向かを示すブール値。

戻り値の型

移動が正常に行われた場合はtrue、それ以外の場合はfalse
解説
移動した行はこのTableから削除されます。
参照

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

 

 


Copyright © 2004 GrapeCity inc.