Click or drag to resize

Worksheet CopyColumn Method

Copys data from a source column to a destination column.

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

Parameters

sourceColumn
Type: Spire.Xls CellRange
Source column.
destSheet
Type: Spire.Xls Worksheet
Destination sheet
destColIndex
Type: System Int32
Destination column index
copyOptions
Type: Spire.Xls CopyRangeOptions
Copy options.
See Also