'Declaration
Overloads Function Copy( _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ Optional ByVal options As ManipulationOptions _ ) As Boolean
'Usage
Dim instance As IRange Dim toRow As Integer Dim toColumn As Integer Dim options As ManipulationOptions Dim value As Boolean value = instance.Copy(toRow, toColumn, options)
Parameters
- toRow
- Row index of start of range to which to copy
- toColumn
- Column index of start of range to which to copy
- options
- The options indicates which data type will be performed.
Return Value
true
if the cell range is copied successful, false
otherwise.