LowerRightRow

Shape.LowerRightRow property

Représente l’index de ligne du coin inférieur droit.

public int LowerRightRow { get; set; }

Exemples


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

Voir également