Aspose::Cells::Drawing::Shape::SetUpperLeftRow method
Shape::SetUpperLeftRow method
Represents the top row index.
void Aspose::Cells::Drawing::Shape::SetUpperLeftRow(int32_t value)
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++