is_visible propiedad
is_visible propiedad
Representa si la hoja de trabajo 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
Worksheet
Representa si la hoja de trabajo es visible.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
aspose.cells
Worksheet