UpperLeftRow

Shape.UpperLeftRow property

表示左上角行索引。

public int UpperLeftRow { get; set; }

评论

如果形状在形状或组中,将忽略 UpperLeftRow。

例子


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

也可以看看