is_row_hidden方法

is_row_hidden(self, row_index)

检查给定索引处的行是否被隐藏。

返回

如果行被隐藏则为 true


def is_row_hidden(self, row_index):
    ...
范围类型描述
row_indexint行索引

也可以看看