Aspose::Cells::Drawing::Shape::GetUpperLeftRow method
Shape::GetUpperLeftRow method
Represents the top row index.
int32_t Aspose::Cells::Drawing::Shape::GetUpperLeftRow()
Remarks
If the shape is in the shape or in the group , UpperLeftRow will be ignored.
Examples
if (shape.GetUpperLeftRow() == 3)
shape.SetUpperLeftRow(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++