TdxSpreadSheetHyperlink.ValueType Property
In This Article
Returns the hyperlink’s reference type.
#Declaration
Delphi
property ValueType: TdxSpreadSheetHyperlinkValueType read;
#Property Value
Type |
---|
Tdx |
#Remarks
The hyperlink’s reference type determines the result of an Execute procedure call. For instance, if the reference is internal, a Spreadsheet control navigates to the reference’s destination cell when the hyperlink activates. Refer to the TdxSpreadSheetHyperlinkValueType type description for detailed information on all available hyperlink reference types.
See Also