Shape.UpperDeltaY
Shape.UpperDeltaY property
Gets or sets the shape’s vertical offset from its upper left corner row.
public int UpperDeltaY { get; set; }
Remarks
The range of value is 0 to 256.
Examples
[C#]
if (shape.UpperDeltaY == 3)
shape.UpperDeltaY = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells