id属性

id属性

获取并设置当前文档中 Office 加载项实例的唯一标识。

定义:

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

也可以看看