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.Value Property

Specifies an external or internal reference for the current hyperlink object.

#Declaration

Delphi
property Value: string read; write;

#Property Value

Type
string

#Remarks

Use this property to assign a hyperlink target. Unlike the DisplayText and ScreenTip properties, specifying a valid reference as the Value property value is necessary to create a valid hyperlink.

A hyperlink can contain a reference to an external resource or a worksheet’s cell range. Additionally, a reference containing the mailto URI scheme allows end-users to send emails to specific addresses.

To identify the hyperlink’s actual reference type, use the ValueType property.

See Also