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