Aspose::Cells::Cells::UnhideRows method

Cells::UnhideRows method

Unhides the hidden rows.

void Aspose::Cells::Cells::UnhideRows(int32_t row, int32_t totalRows, double height)
ParameterTypeDescription
rowint32_tThe row index.
totalRowsint32_tThe row number.
heightdoubleRow height. The row’s height will be changed only when the row is hidden and given height value is positive.

See Also