Click or drag to resize

ExcelRangeCopy Method

Copies this range to the specified destination range.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelRange Copy(
	ExcelRange destRange
)

Parameters

destRange  ExcelRange
Destination range

Return Value

ExcelRange
The actual range where the source range was copied.
See Also