AlignTopRightCorner
Shape.AlignTopRightCorner method
Verschiebt das Bild in die obere rechte Ecke.
public void AlignTopRightCorner(int topRow, int rightColumn)
Parameter | Typ | Beschreibung |
---|---|---|
topRow | Int32 | der Zeilenindex. |
rightColumn | Int32 | der Spaltenindex. |
Beispiele
[C#]
shape.AlignTopRightCorner(2, 5);
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells