XlsOvalShape
HyLink Property
 | 
Gets a hyperlink associated with the shape converter. If no hyperlink exists, an empty hyperlink is added.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IHyperLink HyLink { get; }
 
Public ReadOnly Property HyLink As IHyperLink
	Get
 
public:
virtual property IHyperLink^ HyLink {
	IHyperLink^ get () sealed;
}
 
abstract HyLink : IHyperLink with get
override HyLink : IHyperLink with get
 
 
 
Return Value
Type:
IHyperLink
An instance of IHyperLink representing the hyperlink associated with the shape converter.
Implements
IOvalShape
HyLink
IPrstGeomShape
HyLink
 
See Also