Click or drag to resize

ExcelColumnInsertEmpty Method

Inserts specified number of empty columns before the current column.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public void InsertEmpty(
	int columnCount
)

Parameters

columnCount  Int32
Number of columns to insert.
See Also