is_visible propiedad
is_visible propiedad
Indica si el nombre es visible.
Definición:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
Ver también
- módulo aspose.cells
- clase Name
Indica si el nombre es visible.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...