Click or drag to resize

XlsTextBoxShape HyLink Property

Gets the hyperlink . 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; }

Return Value

Type: IHyperLink
An instance of IHyperLink representing the hyperlink for the shape.

Implements

ITextBoxLinkShape HyLink
See Also