Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / addComment Method
The text you want to add.
In This Topic
    addComment Method
    In This Topic
    Adds comments to the current range.
    Syntax
    IComment addComment( 
       java.lang.String text
    )

    Parameters

    text
    The text you want to add.
    See Also