Page tree
Skip to end of metadata
Go to start of metadata

Description

Inserts a column in the worksheet to the left of the specified column, copying the style based on the copyBehavior parameter.

C#
vb.net

Parameters

columnNumber
The 0-based number of the column to insert.
columnCellsCopyBehavior
The Style.ColumnInsertBehavior that defines the source style for each cell in the new column. Each cell in the new column will be given the style of its neighbor identified in this parameter.
columnCopyBehavior
The Style.ColumnInsertBehavior that defines how the default column style will be set for the new column. This style is cells before the 'columnCellsCopyBehavior', so the 'columnCellsCopyBehavior' can be used to override the column-wide style.

Examples

C#
vb.net
  • No labels