MoveToRange

Shape.MoveToRange method

将形状移动到指定范围。

public void MoveToRange(int upperLeftRow, int upperLeftColumn, int lowerRightRow, 
    int lowerRightColumn)
范围类型描述
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
lowerRightRowInt32右下行索引
lowerRightColumnInt32右下列索引

例子


[C#]
shape.MoveToRange(12, 3, 13, 5);

也可以看看