ExcelWorksheetDeleteColumn Method |
Removes the column at the specified zero based index from worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void DeleteColumn(
int columnIndex
)
Public Sub DeleteColumn (
columnIndex As Integer
)
Parameters
- columnIndex Int32
- The one based index of the column to be removed.
See Also