update_zoom property

update_zoom property

Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled.

Remarks

The default value is false for performance.

Definition:

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

See Also