X

Shape.X property

获取和设置形状相对工作表左边框的水平偏移量,以像素为单位。

public int X { get; set; }

例子


[C#]
if (shape.X == 3)
    shape.X = 1;

也可以看看