Aspose::Cells::Drawing::Shape::SetLeftToCorner method
Shape::SetLeftToCorner method
Gets and sets the horizonal offset of shape from worksheet left border.
void Aspose::Cells::Drawing::Shape::SetLeftToCorner(int32_t value)
Examples
if (shape.GetLeftToCorner() == 3)
shape.SetLeftToCorner(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++