Click or drag to resize

ExcelWorksheetInsertColumn(Int32) Method

Inserts a column at the specified one based index in worksheet. The new column will have the default style of the worksheet.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void InsertColumn(
	int columnIndex
)

Parameters

columnIndex  Int32
The one based index of the new column.
See Also