export_named_range_anchors property

export_named_range_anchors property

/ Indicates whether to export anchor elements generated for named ranges when saving to HTML. Default value is true.

Definition:

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

See Also