Note
Comment.Note property
代表评论的内容。
public string Note { get; set; }
评论
如果这是一个线程注释,则无法更改注释,否则 MS Excel 无法将其作为线程注释处理。
例子
[C#]
comment1.Note = "First note.";
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
代表评论的内容。
public string Note { get; set; }
如果这是一个线程注释,则无法更改注释,否则 MS Excel 无法将其作为线程注释处理。
[C#]
comment1.Note = "First note.";