ILineShape
HyLink Property
 | 
Gets the hyperlink associated with this object.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
IHyperLink HyLink { get; }
 
ReadOnly Property HyLink As IHyperLink
	Get
 
property IHyperLink^ HyLink {
	IHyperLink^ get ();
}
 
abstract HyLink : IHyperLink with get
 
 
 
Property Value
Type:
IHyperLink
Implements
IPrstGeomShape
HyLink
 
See Also