update_invalid_references_to_target_sheet property

update_invalid_references_to_target_sheet property

Indicates whether to refer to target worksheet if the referred worksheet is not copied.

Remarks

Only works when copying range or worksheet from another obook.

Definition:

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

See Also