use_print_area property

use_print_area property

Sets/Gets whether to use PageSetup.PrintArea for the UI display range when the worksheet has PageSetup setting for PrintArea. the default value is false .

Definition:

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

See Also