is_default_row_hidden property

is_default_row_hidden property

Indicates whether the row is default hidden.

Definition:

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

See Also