Click or drag to resize
PicoXLSX

WorksheetInsertColumn Method

Inserts 'count' columns right of the specified 'columnNumber'. Existing cells are moved to the right by the number of new columns. The inserted, new columns inherits the style of the original cell at the defined column number. The inserted cells are empty. The values can be set later

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public void InsertColumn(
	int columnNumber,
	int numberOfNewColumns
)

Parameters

columnNumber  Int32
Column number right which the new column(s) will be inserted.
numberOfNewColumns  Int32
Number of columns to insert.
Remarks
Formulas are not adjusted
See Also