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