Cells.UnhideRow

Cells.UnhideRow method

Unhides a row.

public void UnhideRow(int row, double height)
ParameterTypeDescription
rowInt32Row index.
heightDoubleRow height. The row’s height will be changed only when the row is hidden and given height value is positive.

See Also