Aspose::Cells::Drawing::Shape::SetLeftCM method

Shape::SetLeftCM method

Represents the horizontal offset of shape from its left column, in unit of centimeters.

void Aspose::Cells::Drawing::Shape::SetLeftCM(double value)

Examples

if (shape.GetLeftCM() == 3)
    shape.SetLeftCM(1);

See Also