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