Placement

Shape.Placement property

表示绘图对象附加到其下方单元格的方式。 该属性控制对象在工作表上的放置。

public PlacementType Placement { get; set; }

例子


[C#]
if (shape.Placement == PlacementType.Move)
    shape.Placement = PlacementType.MoveAndSize;

也可以看看