Aspose::Cells::Drawing::Shape::SetLowerDeltaX method
Shape::SetLowerDeltaX method
Gets or sets the shape’s horizontal offset from its lower right corner column.
void Aspose::Cells::Drawing::Shape::SetLowerDeltaX(int32_t value)
Remarks
The range of value is 0 to 1024.
Examples
if (shape.GetLowerDeltaX() == 3)
shape.SetLowerDeltaX(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++