SpreadsheetGear 2023
TextToDisplay Property (IHyperlink)


SpreadsheetGear Namespace > IHyperlink Interface : TextToDisplay Property
Gets or sets the text to display for this hyperlink.
Syntax
'Declaration
 
Property TextToDisplay As System.String
'Usage
 
Dim instance As IHyperlink
Dim value As System.String
 
instance.TextToDisplay = value
 
value = instance.TextToDisplay
System.string TextToDisplay {get; set;}
Remarks

Getting this property returns the value of the text cell at the top left of the range which this hyperlink is attached to.

Setting this property sets the value of the cell at the top left of the range which this hyperlink is attached to.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IHyperlink Interface
IHyperlink Members