Aspose::Cells::Cells::IsColumnHidden method

Cells::IsColumnHidden method

Checks whether a column at given index is hidden.

bool Aspose::Cells::Cells::IsColumnHidden(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tcolumn index

ReturnValue

true if the column is hidden.

See Also