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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void InsertColumn(
int columnIndex
)
Public Sub InsertColumn (
columnIndex As Integer
)
public:
void InsertColumn(
int columnIndex
)
member InsertColumn :
columnIndex : int -> unit
Parameters
- columnIndex Int32
- The one based index of the new column.