Move
GridPicture.Move method
将图片移动到指定位置。
public void Move(int upperLeftRow, int upperLeftColumn)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |
也可以看看
- class GridPicture
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
将图片移动到指定位置。
public void Move(int upperLeftRow, int upperLeftColumn)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |