AddThreadedComment

AddThreadedComment(int, int, string, ThreadedCommentAuthor)

添加线程注释。

public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
范围类型描述
rowInt32单元格行索引。
columnInt32单元格列索引。
textString评论的文本
authorThreadedCommentAuthor此线程评论的用户。

返回值

ThreadedComment对象索引。

也可以看看


AddThreadedComment(string, string, ThreadedCommentAuthor)

添加线程注释。

public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
范围类型描述
cellNameString单元格的名称。
textString评论的文本
authorThreadedCommentAuthor此线程评论的用户。

返回值

ThreadedComment对象索引。

也可以看看