IHyperLink
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string TextToDisplay { get; set; }
Property TextToDisplay As String
Get
Set
property String^ TextToDisplay {
String^ get ();
void set (String^ value);
}
abstract TextToDisplay : string with get, set
Property Value
Type:
String
See Also