Aspose::Cells::Drawing::Shape::GetUpperDeltaY method

Shape::GetUpperDeltaY method

Gets or sets the shape’s vertical offset from its upper left corner row.

int32_t Aspose::Cells::Drawing::Shape::GetUpperDeltaY()

Remarks

The range of value is 0 to 256.

Examples

if (shape.GetUpperDeltaY() == 3)
    shape.SetUpperDeltaY(1);

See Also