Aspose::Cells::Drawing::Shape::GetLowerDeltaX method

Shape::GetLowerDeltaX method

Gets or sets the shape’s horizontal offset from its lower right corner column.

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

Remarks

The range of value is 0 to 1024.

Examples

if (shape.GetLowerDeltaX() == 3)
    shape.SetLowerDeltaX(1);

See Also