Click or drag to resize

ExcelWorksheetInsertColumn Method (Int32)

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: 7.0.0
Syntax
public void InsertColumn(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The one based index of the new column.
See Also