GrapeCity.Documents.Excel Namespace / IRange Interface / AddCommentThreaded Method
The text you want to add.
The name of the author.
In This Topic
AddCommentThreaded Method
In This Topic
Adds a threaded comment to the current IRange.
Syntax
ICommentThreaded AddCommentThreaded( 
   System.string text,
   System.string author
)

Parameters

text
The text you want to add.
author
The name of the author.

Return Value

The newly added threaded comment.
See Also