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