Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetHyperlink.ValueType Property

Returns the hyperlink’s reference type.

#Declaration

Delphi
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