auto_update属性

auto_update属性

指定是否自动更新 OleObject 的链接。

定义:

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

也可以看看