update_links_type property

Gets and sets how updates external links when the workbook is opened.

Definition:

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

See Also