unhide_rows方法
unhide_rows
取消隐藏隐藏的行。
def unhide_rows(self, row, total_rows, height):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
total_rows | int | 行号。 |
height | float | 行高。仅当行被隐藏并且给定的高度值为正数时,行的高度才会更改。 |
取消隐藏隐藏的行。
def unhide_rows(self, row, total_rows, height):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
total_rows | int | 行号。 |
height | float | 行高。仅当行被隐藏并且给定的高度值为正数时,行的高度才会更改。 |