ICommentThreaded AddCommentThreaded( string text )
'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.