Cells.UnhideRows

Cells.UnhideRows method

Unhides the hidden rows.

public void UnhideRows(int row, int totalRows, double height)
ParameterTypeDescription
rowInt32The row index.
totalRowsInt32The 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