worksheet_scalable property

worksheet_scalable property

Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false.

Definition:

@property
def worksheet_scalable(self):
    ...
@worksheet_scalable.setter
def worksheet_scalable(self, value):
    ...

See Also