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