refresh方法
refresh()
刷新自动过滤器以隐藏或取消隐藏行。
返回
返回所有隐藏行的索引。
def refresh(self):
...
refresh(hide_rows)
获取所有隐藏行的索引。
返回
返回所有隐藏的行索引。
def refresh(self, hide_rows):
...
范围 | 类型 | 描述 |
---|---|---|
hide_rows | bool | 如果为真,则隐藏筛选的行。 |
刷新自动过滤器以隐藏或取消隐藏行。
返回所有隐藏行的索引。
def refresh(self):
...
获取所有隐藏行的索引。
返回所有隐藏的行索引。
def refresh(self, hide_rows):
...
范围 | 类型 | 描述 |
---|---|---|
hide_rows | bool | 如果为真,则隐藏筛选的行。 |