Shape.Hyperlink

Gets the hyperlink of the shape.

public Hyperlink Hyperlink { get; }

Examples


[C#]
Aspose.Cells.Hyperlink hyperlink = shape.Hyperlink;

See Also