add(IRange,String,String,String,String) Method
In This Topic
Adds a hyperlink to the specified range (
IHyperlink object).
Syntax
IHyperlink add(
IRange ,
java.lang.String ,
java.lang.String ,
java.lang.String ,
java.lang.String
)
|
Parameters
- anchor
- Required IRangeThe anchor for the hyperlink.
- address
- Required String. The address of the hyperlink.
- subAddress
- Optional Object. The subaddress of the hyperlink.
- screenTip
- Optional Object. The screen tip to be displayed when the mousepointer is paused over the hyperlink.
- textToDisplay
- Optional Object. The text to be displayed for the hyperlink.
See Also