Click or drag to resize

Worksheet CopyRow Method

Copys data from a source row to a destination row.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void CopyRow(
	CellRange sourceRow,
	Worksheet destSheet,
	int destRowIndex,
	CopyRangeOptions copyOptions
)

Parameters

sourceRow
Type: Spire.Xls CellRange
Source row.
destSheet
Type: Spire.Xls Worksheet
Destination sheet
destRowIndex
Type: System Int32
Destination row index
copyOptions
Type: Spire.Xls CopyRangeOptions
Copy options.
See Also