Click or drag to resize

XlsLineShape HyLink Property

Gets the hyperlink associated with the shape. If no hyperlink exists, it adds a new hyperlink with an empty URL.

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 of the shape.

Implements

ILineShape HyLink
IPrstGeomShape HyLink
See Also