Shape.AlignTopRightCorner
Shape.AlignTopRightCorner method
Moves the picture to the top-right corner.
public void AlignTopRightCorner(int topRow, int rightColumn)
Parameter | Type | Description |
---|---|---|
topRow | Int32 | the row index. |
rightColumn | Int32 | the column index. |
Examples
[C#]
shape.AlignTopRightCorner(2, 5);
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells