←Select platform

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

C#
C++/CLI
Python
public enum HyperlinkType 
public: 
   enum class HyperlinkType sealed 
class HyperlinkType(Enum): 
   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.LEADOffice.Sheet 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.LEADOffice Assembly

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