update_reference property

update_reference property

Indicates if update references in other worksheets.

Remarks

Starting from 26.7 we set the default value of this property to true.

Definition:

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

See Also