is_visible属性

is_visible属性

表示工作表是否可见。

定义:

@property
def is_visible(self):
    ...
@is_visible.setter
def is_visible(self, value):
    ...

也可以看看