'Declaration Overloads Function Copy( _ Optional 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. If this argument is omitted, Spread copies the range to the Clipboard.
- options
- The options indicates which data type will be performed.