Shape.AlignTopRightCorner

Shape.AlignTopRightCorner method

Moves the picture to the top-right corner.

public void AlignTopRightCorner(int topRow, int rightColumn)
ParameterTypeDescription
topRowInt32the row index.
rightColumnInt32the column index.

Examples


[C#]
shape.AlignTopRightCorner(2, 5);

See Also