Aspose::Cells::Drawing::Shape::GetLeftCM method
Shape::GetLeftCM method
Represents the horizontal offset of shape from its left column, in unit of centimeters.
double Aspose::Cells::Drawing::Shape::GetLeftCM()
Examples
if (shape.GetLeftCM() == 3)
shape.SetLeftCM(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++