AddComment(String) Method
Adds a comment to the cell.
'Declaration
Overloads Function AddComment( _
Optional ByVal 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.