Aspose::Cells::Drawing::Shape::GetLowerDeltaY method

Shape::GetLowerDeltaY method

Gets or sets the shape’s vertical offset from its lower right corner row.

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

Remarks

The range of value is 0 to 256.

Examples

if (shape.GetLowerDeltaY() == 3)
    shape.SetLowerDeltaY(1);

See Also