ExcelHyperlinkType Enumeration |
Represents the type of URL in a worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelHyperlinkType
Public Enumeration ExcelHyperlinkType
Members| Member name | Value | Description |
|---|
| Url | 0 |
The target of the hyperlink is an URL adress.
|
| Range | 1 |
The target of the hyperlink is an Excel range.
|
See Also