Click or drag to resize

CellRange Copy Method (CellRange, CopyRangeOptions)

Copies the range to the specified range.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Copy(
	CellRange destRange,
	CopyRangeOptions copyOptions
)

Parameters

destRange
Type: Spire.Xls CellRange
Destination range.
copyOptions
Type: Spire.Xls CopyRangeOptions
Copy options.

Return Value

Type: CellRange
See Also