Aspose::Cells::Drawing::Shape::AlignTopRightCorner method
Shape::AlignTopRightCorner method
Moves the picture to the top-right corner.
void Aspose::Cells::Drawing::Shape::AlignTopRightCorner(int32_t topRow, int32_t rightColumn)
Parameter | Type | Description |
---|---|---|
topRow | int32_t | the row index. |
rightColumn | int32_t | the column index. |
Examples
shape.AlignTopRightCorner(2, 5);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++