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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void InsertColumn(
int columnIndex
)
Public Sub InsertColumn (
columnIndex As Integer
)
Parameters
- columnIndex Int32
- The one based index of the new column.
See Also