Winnovative Excel Library

ExcelRangeCopy Method

Winnovative Excel Library Documentation
Copies this range to the specified destination range.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelRange Copy(
	ExcelRange destRange
)

Parameters

destRange
Type: Winnovative.ExcelLibExcelRange
Destination range

Return Value

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

Reference