[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.AddCommentThreaded

AddCommentThreaded Method

AddCommentThreaded(string)

Adds a new modern threaded comment to the range if no comment already exists.

Declaration
ICommentThreaded AddCommentThreaded(string text)
Function AddCommentThreaded(text As String) As ICommentThreaded
Parameters
Type Name Description
string text

The comment text.

Returns
Type Description
ICommentThreaded