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