GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AddComment Method / AddComment(RichText) Method
The comment text.


In This Topic
AddComment(RichText) Method
In This Topic
Adds a comment to the cell.
Syntax
'Declaration
 
Overloads Function AddComment( _
   ByVal text As RichText _
) As IComment
 
'Usage
 
Dim instance As IRange
Dim text As RichText
Dim value As IComment
 
value = instance.AddComment(text)

Parameters

text
The comment text.

Return Value

An IComment object represents the comment of the cell.
See Also