unhide_row方法

unhide_row(self, row, height)

取消隐藏行。


def unhide_row(self, row, height):
    ...
范围类型描述
rowint行索引。
heightfloat行高。仅当行隐藏且给定的高度值为正时,行高才会改变。

也可以看看