apply_excel_default_style_to_hyperlink property

Indicates whether applying the default style of the Excel to hyperlink.

Definition:

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

See Also