ExcelRangeCopy Method

Copies this range to the specified destination range.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelRange Copy(
	ExcelRange destRange
)

Parameters

destRange  ExcelRange
Destination range

Return Value

ExcelRange
The actual range where the source range was copied.

See Also