LowerRightRow

Shape.LowerRightRow property

Rappresenta l’indice della riga nell’angolo inferiore destro.

public int LowerRightRow { get; set; }

Esempi


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

Guarda anche