X
Shape.X property
获取和设置形状相对工作表左边框的水平偏移量,以像素为单位。
public int X { get; set; }
例子
[C#]
if (shape.X == 3)
shape.X = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取和设置形状相对工作表左边框的水平偏移量,以像素为单位。
public int X { get; set; }
[C#]
if (shape.X == 3)
shape.X = 1;