note属性

note属性

代表评论的内容。

评论

如果这是线程注释,则无法更改 note,否则 MS Excel 无法将其作为线程注释处理。

例子


comment1.note = "First note."

定义:

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

也可以看看