Copies this range to the specified destination range.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelRange Copy(
ExcelRange destRange
)
Public Function Copy (
destRange As ExcelRange
) As ExcelRange
Parameters
- destRange ExcelRange
- Destination range
Return Value
ExcelRangeThe actual range where the source range was copied.
See Also