HyperlinkType Enumeration

Summary

Categorizes the type of hyperlink based on its destination, such as referring to within the same document, to an external website, or file.

Syntax

TypeScript
JavaScript
lt.Document.SheetEditor.HyperlinkType = { 
	unknown: 0, 
	internal: 1, 
	external: 2 
} 
lt.Document.SheetEditor.HyperlinkType = { 
	unknown: 0, 
	internal: 1, 
	external: 2 
} 

Members

Value Name Description
0 unknown Hyperlink type is not specified or recognized.
1 internal A hyperlink points to a location within the same Excel workbook.
2 external Denotes a hyperlink that leads to an external destination, such as a web page URL or a different file.

Requirements

Target Platforms

See Also

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.