Aspose::Cells::Drawing::Shape::MoveToRange method
Shape::MoveToRange method
Moves the shape to a specified range.
void Aspose::Cells::Drawing::Shape::MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)
| Parameter | Type | Description |
|---|---|---|
| topRow | int32_t | Upper left row index. |
| leftColumn | int32_t | Upper left column index. |
| bottomRow | int32_t | Lower right row index |
| rightColumn | int32_t | Lower right column index |
Examples
shape.MoveToRange(12, 3, 13, 5);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++