is_hidden 属性

is_hidden 属性

指示行是否隐藏。

定义:

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

也可以看看