TdxSpreadSheetHyperlink.ValueType Property
Returns the hyperlink’s reference type.
Declaration
property ValueType: TdxSpreadSheetHyperlinkValueType read;
Property Value
Type |
---|
TdxSpreadSheetHyperlinkValueType |
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