Aspose::Cells::Cells::IsBlankColumn method

Cells::IsBlankColumn method

Checks whether given column is blank(does not contain any data).

bool Aspose::Cells::Cells::IsBlankColumn(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tthe column index

ReturnValue

true if given column does not contain any data

See Also