note 属性
note 属性
表示评论的内容。
评论
如果这是一个线程注释,则不能更改 note,否则 MS Excel 无法将其作为线程注释处理。
例子
comment1.note = "First note."
定义:
@property
def note(self):
...
@note.setter
def note(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
表示评论的内容。
如果这是一个线程注释,则不能更改 note,否则 MS Excel 无法将其作为线程注释处理。
comment1.note = "First note."
@property
def note(self):
...
@note.setter
def note(self, value):
...