Aspose::Cells::Drawing::Shape::SetLeft method
Shape::SetLeft method
Represents the horizontal offset of shape from its left column, in unit of pixels.
void Aspose::Cells::Drawing::Shape::SetLeft(int32_t value)
Examples
if (shape.GetLeft() == 3)
shape.SetLeft(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++