Shape.UpperLeftRow

Shape.UpperLeftRow property

Represents upper left corner row index.

public int UpperLeftRow { get; set; }

Remarks

If the shape is in the shape or in the group , UpperLeftRow will be ignored.

Examples


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

See Also