Gets the hyperlink target.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public String getTarget () |
RemarksThis 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