is_hidden property
is_hidden property
Indicates whether the object is visible.
Example
shape.is_hidden = False
Definition:
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
See Also
- module
aspose.cells.drawing
- class
Button