Click or drag to resize

ExcelWorksheetInsertColumn Method

Overload List
  NameDescription
Public methodInsertColumn(Int32)
Inserts a column at the specified one based index in worksheet. The new column will have the default style of the worksheet.
Public methodInsertColumn(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.
Top
See Also