[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.AddCommentThreaded

AddCommentThreaded Method

AddCommentThreaded(string, string)

向当前 IRange 添加一个带线程的注释。

Declaration
ICommentThreaded AddCommentThreaded(string text, string author = null)
Parameters
Type Name Description
string text

您想要添加的文本。

string author

作者的名字。

Returns
Type Description
ICommentThreaded

新添加的带线程的注释。