Shape.X
Shape.X property
Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels.
public int X { get; set; }
Examples
[C#]
if (shape.X == 3)
shape.X = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells