Shape.AddHyperlink
Shape.AddHyperlink method
Adds a hyperlink to the shape.
public Hyperlink AddHyperlink(string address)
Parameter | Type | Description |
---|---|---|
address | String | Address of the hyperlink. |
Return Value
Return the new hyperlink object.
Examples
[C#]
Aspose.Cells.Hyperlink hyperlink = shape.AddHyperlink("https://www.aspose.com/");
See Also
- class Hyperlink
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells