Click or drag to resize

ExcelColumnInsertCopy Method

Inserts the specified number of copies of the column before the current column.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void InsertCopy(
	int columnCount,
	ExcelColumn sourceColumn
)

Parameters

columnCount  Int32
Number of columns to insert.
sourceColumn  ExcelColumn
Source column to copy.
See Also