Aspose::Cells::Cells::DeleteColumn method

Cells::DeleteColumn(int32_t, bool) method

Deletes a column.

void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex, bool updateReference)
ParameterTypeDescription
columnIndexint32_tIndex of the column to be deleted.
updateReferenceboolIndicates whether update references in other worksheets.

See Also

Cells::DeleteColumn(int32_t) method

Deletes a column.

void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tIndex of the column to be deleted.

See Also