Aspose::Cells::Cells::InsertColumns method

Cells::InsertColumns(int32_t, int32_t) method

Inserts some columns into the worksheet.

void Aspose::Cells::Cells::InsertColumns(int32_t columnIndex, int32_t totalColumns)
ParameterTypeDescription
columnIndexint32_tColumn index.
totalColumnsint32_tThe number of columns.

See Also

Cells::InsertColumns(int32_t, int32_t, bool) method

Inserts some columns into the worksheet.

void Aspose::Cells::Cells::InsertColumns(int32_t columnIndex, int32_t totalColumns, bool updateReference)
ParameterTypeDescription
columnIndexint32_tColumn index.
totalColumnsint32_tThe number of columns.
updateReferenceboolIndicates if references in other worksheets will be updated.

See Also