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)
ParameterTypeDescription
topRowint32_tUpper left row index.
leftColumnint32_tUpper left column index.
bottomRowint32_tLower right row index
rightColumnint32_tLower right column index

Examples

shape.MoveToRange(12, 3, 13, 5);

See Also