Shape.UpperLeftRow
Shape.UpperLeftRow property
Represents the top row index.
public int UpperLeftRow { get; set; }
Remarks
If the shape is in the shape or in the group , UpperLeftRow will be ignored.
Examples
[C#]
if (shape.UpperLeftRow == 3)
shape.UpperLeftRow = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells