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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void InsertColumn(
	int columnIndex
)

Parameters

columnIndex  Int32
The one based index of the new column.

See Also