ExcelHyperlinkText Property

Gets or sets the text to be displayed for the hyperlink. If this property is not set the target address will be used for the displayed text.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public string Text { get; set; }

Property Value

String

See Also