AlignTopRightCorner
Shape.AlignTopRightCorner method
Déplace l’image vers le coin supérieur droit.
public void AlignTopRightCorner(int topRow, int rightColumn)
Paramètre | Taper | La description |
---|---|---|
topRow | Int32 | l’indice de ligne. |
rightColumn | Int32 | l’indice de colonne. |
Exemples
[C#]
shape.AlignTopRightCorner(2, 5);
Voir également
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells