'宣言
Overloads Function Move( _
ByVal As System.Integer, _
ByVal toColumn As System.Integer, _
Optional ByVal As ManipulationOptions _
) As System.Boolean
System.bool Move(
System.int ,
System.int toColumn,
ManipulationOptions
)
パラメータ
- toRow
- 移動先の開始位置の行インデックス。
- toColumn
- 移動先の開始位置の列インデックス。
- options
- 実行されるデータ型を示すオプション。
戻り値の型
セル範囲が移動された場合はtrue
、それ以外の場合はfalse
。