Shape.AddHyperlink

Adds a hyperlink to the shape.

public Hyperlink AddHyperlink(string address)
ParameterTypeDescription
addressStringAddress of the hyperlink.

Return Value

Return the new hyperlink object.

Examples


[C#]
Aspose.Cells.Hyperlink hyperlink = shape.AddHyperlink("https://www.aspose.com/");

See Also