Hyperlink
Shape.Hyperlink property
获取形状的超链接。
public Hyperlink Hyperlink { get; }
例子
[C#]
Aspose.Cells.Hyperlink hyperlink = shape.Hyperlink;
也可以看看
- class Hyperlink
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取形状的超链接。
public Hyperlink Hyperlink { get; }
[C#]
Aspose.Cells.Hyperlink hyperlink = shape.Hyperlink;