auto_update property

auto_update property

Specifies whether the link to the OleObject is automatically updated or not.

Definition:

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

See Also