Shape.LowerRightRow

Shape.LowerRightRow property

Represents lower right corner row index.

public int LowerRightRow { get; set; }

Examples


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

See Also