Aspose::Cells::Cells::DeleteBlankColumns method

Cells::DeleteBlankColumns() method

Delete all blank columns which do not contain any data.

void Aspose::Cells::Cells::DeleteBlankColumns()

See Also

Cells::DeleteBlankColumns(const DeleteOptions&) method

Delete all blank columns which do not contain any data.

void Aspose::Cells::Cells::DeleteBlankColumns(const DeleteOptions &options)
ParameterTypeDescription
optionsconst DeleteOptions&The options of deleting range.

See Also