Aspose::Cells::Drawing::Shape::GetY method

Shape::GetY method

Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels.

int32_t Aspose::Cells::Drawing::Shape::GetY()

Examples

if (shape.GetY() == 3)
    shape.SetY(1);

See Also