Categorizes the type of hyperlink based on its destination, such as referring to within the same document, to an external website, or file.
lt.Document.SheetEditor.HyperlinkType = {
unknown: 0,
internal: 1,
external: 2
}
lt.Document.SheetEditor.HyperlinkType = {
unknown: 0,
internal: 1,
external: 2
}
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. |
Leadtools.Document.SheetEditor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document