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


In This Topic
AddComment(String) Method
In This Topic
Adds a comment to the cell.
Syntax
'Declaration
 
Overloads Function AddComment( _
   Optional ByVal text As String _
) As IComment
 
'Usage
 
Dim instance As IRange
Dim text As String
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