Skip to main content

TdxSpreadSheetHyperlinkValueType Enum

Enumerates available hyperlink reference types.

Declaration

TdxSpreadSheetHyperlinkValueType = (
    hvtFileOrWebPage,
    hvtReference,
    hvtEMail
);

Members

Name

Remarks

Options include:

Value

Description

hvtFileOrWebPage

An external hyperlink type whose reference is an ordinary URL (that is, starts with the file, ftp, http, and https schemes).

hvtReference

An internal hyperlink type whose target is within the same spreadsheet document.

hvtEMail

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 dxEmailHyperlinkMailtoPrefix global constant.

A hyperlink’s ValueType property references the TdxSpreadSheetHyperlinkAssignedValue type.

See Also