UpperLeftRow

Shape.UpperLeftRow property

Représente l’index de ligne du coin supérieur gauche.

public int UpperLeftRow { get; set; }

Remarques

Si la forme est dans la forme ou dans le groupe , UpperLeftRow sera ignoré.

Exemples


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

Voir également