UnhideRows

Cells.UnhideRows method

取消隐藏隐藏的行。

public void UnhideRows(int row, int totalRows, double height)
范围类型描述
rowInt32行索引。
totalRowsInt32行号。
heightDouble行高。只有当行被隐藏并且给定的高度值为正时,行的高度才会改变。

也可以看看