[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.AddComment

AddComment Method

AddComment(string)

Adds comments to the current IRange.

Declaration
IComment AddComment(string text)
Function AddComment(text As String) As IComment
Parameters
Type Name Description
string text

The text you want to add.

Returns
Type Description
IComment