Spread.Services Documentation
Add Method (IHyperlinks)
GrapeCity.Documents.Spread Namespace > IHyperlinks Interface : Add Method
Required IRangeThe anchor for the hyperlink.
Required String. The address of the hyperlink.
Optional Object. The subaddress of the hyperlink.
Optional Object. The screen tip to be displayed when the mouse pointer is paused over the hyperlink.
Optional Object. The text to be displayed for the hyperlink.
Adds a hyperlink to the specified range (IHyperlink object).
Syntax
IHyperlink Add( 
   IRange Anchor,
   System.string Address,
   System.string SubAddress,
   System.string ScreenTip,
   System.string TextToDisplay
)

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 mouse pointer is paused over the hyperlink.
TextToDisplay
Optional Object. The text to be displayed for the hyperlink.
See Also

Reference

IHyperlinks Interface
IHyperlinks Members