show_all_sheets propiedad
show_all_sheets propiedad
Indica si se muestran todas las hojas al guardarlas como un único archivo html.
Observaciones
Solo funciona cuando HtmlSaveOptions.save_as_single_file
es Verdadero.
Definición:
@property
def show_all_sheets(self):
...
@show_all_sheets.setter
def show_all_sheets(self, value):
...
Ver también
- módulo
aspose.cells
- clase
HtmlSaveOptions