Search
HyperlinkType Enumeration
See Also
 






Specifies the type of a hyperlink.

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

 Syntax

Java  Copy Code

public enum HyperlinkType

 Members

  Member name Description

CurrentWorkbook

Indicates that the hyperlink points to a cell or a range of cells within the current workbook.

EmailAddress

Indicates that the hyperlink points to an e-mail address.

ExistingFile

Indicates that the hyperlink points to a document.

WebAddress

Indicates that the hyperlink points to an online resource.

 See Also