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