Aspose::Cells::Cells::IsRowHidden method

Cells::IsRowHidden method

Checks whether a row at given index is hidden.

bool Aspose::Cells::Cells::IsRowHidden(int32_t rowIndex)
ParameterTypeDescription
rowIndexint32_trow index

ReturnValue

true if the row is hidden

See Also