LowerRightRow

Shape.LowerRightRow property

Representa el índice de la fila de la esquina inferior derecha.

public int LowerRightRow { get; set; }

Ejemplos


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

Ver también