is_hf_scale_with_doc property

is_hf_scale_with_doc property

Indicates whether header and footer are scaled with document scaling. Only applies for Excel 2007.

Definition:

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

See Also