Click or drag to resize

Worksheet Copy Method (CellRange, CellRange, Boolean)

Copys data from a source range to a destination range.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Copy(
	CellRange sourceRange,
	CellRange destRange,
	bool copyStyle
)

Parameters

sourceRange
Type: Spire.Xls CellRange
Source range.
destRange
Type: Spire.Xls CellRange
Destination range.
copyStyle
Type: System Boolean
Indicates whether copys styles.
See Also