Shape.Y

Shape.Y property

Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels.

public int Y { get; set; }

Examples


[C#]
if (shape.Y == 3)
    shape.Y = 1;

See Also