LowerRightRow

Shape.LowerRightRow property

Representerar radindex i nedre högra hörnet.

public int LowerRightRow { get; set; }

Exempel


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

Se även