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