Search
Hyperlink.getTarget Method
See Also
 






Gets the hyperlink target.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public String getTarget ()

 Return Value

 Remarks

This is the URL for HyperlinkType.WebAddress hyperlinks, the e-mail address for HyperlinkType.EmailAddress hyperlinks, the document path for HyperlinkType.ExistingFile hyperlinks, and the cell reference for HyperlinkType.CurrentWorkbook hyperlinks.

 See Also