Shape.UpperLeftColumn

Shape.UpperLeftColumn property

Represents upper left corner column index.

public int UpperLeftColumn { get; set; }

Examples


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

See Also