Click or drag to resize

XlsHyperLinkTextToDisplay 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: 11.9.3.0 (11.9.3.5040)
Syntax
public string TextToDisplay { get; set; }

Property Value

Type: String

Implements

IHyperLinkTextToDisplay
See Also