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

    Parameters

    shape
    Required com.grapecity.documents.excel.drawing.IShapeThe shape for the hyperlink.
    address
    Required String. The address of the hyperlink.
    See Also