AddHyperlink
Shape.AddHyperlink method
向形状添加超链接。
public Hyperlink AddHyperlink(string address)
范围 | 类型 | 描述 |
---|---|---|
address | String | 超链接的地址。 |
返回值
返回新的超链接对象。
例子
[C#]
Aspose.Cells.Hyperlink hyperlink = shape.AddHyperlink("https://www.aspose.com/");
也可以看看
- class Hyperlink
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells