Search
Hyperlink.getSubTarget Method
See Also
 






Gets the hyperlink subtarget.

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

 Syntax

Java  Copy Code

public String getSubTarget ()

 Return Value

 Remarks

This is the optional bookmark for HyperlinkType.WebAddress and HyperlinkType.ExistingFile hyperlinks, the e-mail subject for HyperlinkType.EmailAddress hyperlinks, and ignored for HyperlinkType.CurrentWorkbook hyperlinks.

 See Also