Aspose::Cells::Cells::UnhideRow method

Cells::UnhideRow method

Unhides a row.

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

See Also