Aspose::Cells::Drawing::Shape::SetLeftInch method

Shape::SetLeftInch method

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

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

Examples

if (shape.GetLeftInch() == 3)
    shape.SetLeftInch(1);

See Also