Aspose::Cells::Cells::DeleteColumns method

Cells::DeleteColumns method

Deletes several columns.

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

See Also