GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AddCommentThreaded Method
The comment text.


In This Topic
AddCommentThreaded Method
In This Topic
Adds a new modern threaded comment to the range if no comment already exists.
Syntax
'Declaration
 
Function AddCommentThreaded( _
   ByVal text As String _
) As ICommentThreaded
 
'Usage
 
Dim instance As IRange
Dim text As String
Dim value As ICommentThreaded
 
value = instance.AddCommentThreaded(text)

Parameters

text
The comment text.
See Also