Cells.InsertColumns

InsertColumns(int, int)

Inserts some columns into the worksheet.

public void InsertColumns(int columnIndex, int totalColumns)
ParameterTypeDescription
columnIndexInt32Column index.
totalColumnsInt32The number of columns.

See Also


InsertColumns(int, int, bool)

Inserts some columns into the worksheet.

public void InsertColumns(int columnIndex, int totalColumns, bool updateReference)
ParameterTypeDescription
columnIndexInt32Column index.
totalColumnsInt32The number of columns.
updateReferenceBooleanIndicates if references in other worksheets will be updated.

See Also