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)
ParameterTypeDescription
topRowint32_tthe row index.
rightColumnint32_tthe column index.

Examples

shape.AlignTopRightCorner(2, 5);

See Also