TdxSpreadSheetHyperlink.Value Property
Specifies an external or internal reference for the current hyperlink object.
Declaration
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