Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IHyperlink Interface

In This Topic
    IHyperlink Interface Methods
    In This Topic

    For a list of all members of this type, see IHyperlink members.

    Public Methods
     NameDescription
     MethodDeletes the hyperlink.  
     MethodGets the address of the target document.  
     MethodGets the text string of the specified hyperlink¡¯s e-mail subject line. The subject line is appended to the hyperlink¡¯s address.  
     MethodReturns the name of the object.  
     MethodReturns the IRange object that represents the range the specifiedhyperlink is attached to.  
     MethodGets the ScreenTip text for the specified hyperlink.  
     MethodReturns the @code:IShape object that represents the shape attached to the specified hyperlink.  
     MethodGets the location within the document associated with the hyperlink.  
     MethodGets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.  
     MethodSets the address of the target document.  
     MethodSets the text string of the specified hyperlink¡¯s e-mail subject line. The subject line is appended to the hyperlink¡¯s address.  
     MethodSets the ScreenTip text for the specified hyperlink.  
     MethodSets the location within the document associated with the hyperlink.  
     MethodSets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.  
    Top
    See Also