auto_load property

auto_load property

Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened.

Definition:

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

See Also