set_visible method
set_visible(self, is_visible, ignore_error)
Sets the visible options.
def set_visible(self, is_visible, ignore_error):
...
| Parameter | Type | Description |
|---|---|---|
| is_visible | bool | Whether the worksheet is visible |
| ignore_error | bool | Whether to ignore error if this option is not valid. |
See Also
- module
aspose.cells - class
Worksheet