Shape.TopToCorner

Shape.TopToCorner property

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

public int TopToCorner { get; set; }

Examples


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

See Also