GrapeCity.Documents.Excel Namespace / IRange Interface / AddComment Method
The text you want to add.
In This Topic
AddComment Method
In This Topic
Adds comments to the current IRange.
Syntax
IComment AddComment( 
   System.string text
)

Parameters

text
The text you want to add.
See Also