ExcelRangeCopy Method
Copies this range to the specified destination range.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelRange Copy(
ExcelRange destRange
)
Public Function Copy (
destRange As ExcelRange
) As ExcelRange
public:
ExcelRange^ Copy(
ExcelRange^ destRange
)
member Copy :
destRange : ExcelRange -> ExcelRange
- destRange ExcelRange
- Destination range
ExcelRangeThe actual range where the source range was copied.