AddThreadedComment
AddThreadedComment(int, int, string, ThreadedCommentAuthor)
添加线程注释。
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 单元格行索引。 |
| column | Int32 | 单元格列索引。 |
| text | String | 评论的文本 |
| author | ThreadedCommentAuthor | 此线程评论的用户。 |
返回值
ThreadedComment对象索引。
也可以看看
- class ThreadedCommentAuthor
- class CommentCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
添加线程注释。
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellName | String | 单元格的名称。 |
| text | String | 评论的文本 |
| author | ThreadedCommentAuthor | 此线程评论的用户。 |
返回值
ThreadedComment对象索引。
也可以看看
- class ThreadedCommentAuthor
- class CommentCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells