'宣言
Function Move( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
System.bool Move(
System.int ,
System.int ,
System.int
)
パラメータ
- row
- 移動する位置を示す整数値。
- toRow
- 移動先の位置を示す整数値。
- count
- 移動する行数を示す整数値。
戻り値の型
移動が正常に行われた場合はtrue
、それ以外の場合はfalse
。