Search
Hyperlink.setTarget Method
See Also
 






Sets the hyperlink target.

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

 Syntax

Java  Copy Code

public void setTarget (
    String value
)

 Parameters

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