Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IHyperlinks Interface / add Method / add(IRange,String) Method
Required IRangeThe anchor for the hyperlink.
Required String. The address of the hyperlink.
In This Topic
    add(IRange,String) Method
    In This Topic
    Adds a hyperlink to the specified range ( IHyperlink object).
    Syntax
    IHyperlink add( 
       IRange anchor,
       java.lang.String address
    )

    Parameters

    anchor
    Required IRangeThe anchor for the hyperlink.
    address
    Required String. The address of the hyperlink.
    See Also