is_hidden property
is_hidden property
Indicates whether this workbook is hidden.
Definition:
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
See Also
- module
aspose.cells
- class
WorkbookSettings
Indicates whether this workbook is hidden.
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
aspose.cells
WorkbookSettings