ExcelWorksheetInsertColumn Method |
Name | Description | |
---|---|---|
InsertColumn(Int32) |
Inserts a column at the specified one based index in worksheet. The new column will have the default style of the worksheet.
| |
InsertColumn(Int32, Boolean, Boolean) |
Inserts a column with style at the specified one based index in worksheet. If inheritStyle parameter is false the new column will have the
default style of the worksheet. If inheritStyle is true the new column will inherit the style from the previous column if
fromPrevious parameter is true or from the next column if the fromPrevious parameter is false.
|