is_hidden属性

is_hidden属性

指示此工作簿是否隐藏。

定义:

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

也可以看看