Aspose::Cells::Cells::InsertColumn method

Cells::InsertColumn(int32_t, bool) method

Inserts a new column into the worksheet.

void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex, bool updateReference)
ParameterTypeDescription
columnIndexint32_tColumn index.
updateReferenceboolIndicates if references in other worksheets will be updated.

See Also

Cells::InsertColumn(int32_t) method

Inserts a new column into the worksheet.

void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tColumn index.

See Also