Winnovative Excel Library

ExcelWorksheetInsertColumn Method (Int32)

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

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void InsertColumn(
	int columnIndex
)

Parameters

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

Reference