AddLinkedPicture
ShapeCollection.AddLinkedPicture method
添加链接图片。
public Picture AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int height, int width,
string sourceFullName)
| 范围 | 类型 | 描述 |
|---|---|---|
| upperLeftRow | Int32 | 左上行索引。 |
| upperLeftColumn | Int32 | 左上列索引。 |
| height | Int32 | 形状的高度。以像素为单位 |
| width | Int32 | 形状的宽度。以像素为单位 |
| sourceFullName | String | 链接图像的源文件的路径和名称 |
返回值
Picture图片对象。
也可以看看
- class Picture
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells