Aspose::Cells::Drawing::Shape::SetY method
Shape::SetY method
Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels.
void Aspose::Cells::Drawing::Shape::SetY(int32_t value)
Examples
if (shape.GetY() == 3)
shape.SetY(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++