TdxSpreadSheetHyperlinkValueType Enum
In This Article
Enumerates available hyperlink reference types.
#Declaration
Delphi
TdxSpreadSheetHyperlinkValueType = (
hvtFileOrWebPage,
hvtReference,
hvtEMail
);
#Members
Name |
---|
hvt
|
hvt
|
hvt
|
#Remarks
Options include:
Value | Description |
---|---|
hvt | An external hyperlink type whose reference is an ordinary URL (that is, starts with the file, ftp, http, and https schemes). |
hvt | An internal hyperlink type whose target is within the same spreadsheet document. |
hvt | A hyperlink allows users to invoke the default mail client and send emails to a specific address. The hyperlink’s reference always starts with the dx |
A hyperlink’s ValueType property references the TdxSpreadSheetHyperlinkAssignedValue type.
See Also