'Declaration
Overloads Function Copy( _ ByVal destination As IRange, _ Optional ByVal options As ManipulationOptions _ ) As Boolean
'Usage
Dim instance As IRange Dim destination As IRange Dim options As ManipulationOptions Dim value As Boolean value = instance.Copy(destination, options)
bool Copy( IRange destination, ManipulationOptions options )
Parameters
- destination
- The specified range will be copied.
- options
- The options indicates which data type will be performed.
Return Value
true
if the cell range is copied successful, false
otherwise.