Click or drag to resize

CellRange Copy Method (CellRange)

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
)

Parameters

destRange
Type: Spire.Xls CellRange
Destination range

Return Value

Type: CellRange
Destination range
See Also