BookmarkHyperlink
HyperlinkValue Property
|
Gets or sets the value of the hyperlink.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string HyperlinkValue { get; set; }
Public Property HyperlinkValue As String
Get
Set
public:
property String^ HyperlinkValue {
String^ get ();
void set (String^ value);
}
member HyperlinkValue : string with get, set
Property Value
Type:
String
See Also