AlignTopRightCorner

Shape.AlignTopRightCorner method

Flyttar bilden till det övre högra hörnet.

public void AlignTopRightCorner(int topRow, int rightColumn)
ParameterTypBeskrivning
topRowInt32radindex.
rightColumnInt32kolumnindex.

Exempel


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

Se även