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