UpperLeftRow
Shape.UpperLeftRow property
表示左上角行索引。
public int UpperLeftRow { get; set; }
评论
如果形状在形状或组中,将忽略 UpperLeftRow。
例子
[C#]
if (shape.UpperLeftRow == 3)
shape.UpperLeftRow = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示左上角行索引。
public int UpperLeftRow { get; set; }
如果形状在形状或组中,将忽略 UpperLeftRow。
[C#]
if (shape.UpperLeftRow == 3)
shape.UpperLeftRow = 1;