Cells.InsertColumn

InsertColumn(int, bool)

Inserts a new column into the worksheet.

public void InsertColumn(int columnIndex, bool updateReference)
ParameterTypeDescription
columnIndexInt32Column index.
updateReferenceBooleanIndicates if references in other worksheets will be updated.

See Also


InsertColumn(int)

Inserts a new column into the worksheet.

public void InsertColumn(int columnIndex)
ParameterTypeDescription
columnIndexInt32Column index.

See Also