Shape.LowerRightRow
Shape.LowerRightRow property
Represents lower right corner row index.
public int LowerRightRow { get; set; }
Examples
[C#]
if (shape.LowerRightRow == 3)
shape.LowerRightRow = 1;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells