XlsHyperLink
TextToDisplay Property
|
Returns or sets the text to be displayed for the specified hyperlink.
The default value is the address of the hyperlink.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string TextToDisplay { get; set; }
Public Property TextToDisplay As String
Get
Set
public:
virtual property String^ TextToDisplay {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract TextToDisplay : string with get, set
override TextToDisplay : string with get, set
Property Value
Type:
String
Implements
IHyperLink
TextToDisplay
See Also