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

Description

Inserts a block of columns 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.
columnCount
The number of columns 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.

Examples

C#
vb.net
  • No labels