Click or drag to resize

XlsName CopyTo Method

Copies the range to the specified destination Range (without updating formulas).

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange CopyTo(
	IXLSRange destination
)

Parameters

destination
Type: Spire.Xls.Core IXLSRange
Destination range.

Return Value

Type: IXLSRange
Range were this range was copied.
See Also