Aspose::Cells::Drawing::Shape::SetUpperLeftRow method

Shape::SetUpperLeftRow method

Represents upper left corner row index.

void Aspose::Cells::Drawing::Shape::SetUpperLeftRow(int32_t value)

Remarks

If the shape is in the shape or in the group , UpperLeftRow will be ignored.

Examples

if (shape.GetUpperLeftRow() == 3)
    shape.SetUpperLeftRow(1);

See Also