Aspose::Cells::Drawing::Shape::GetLeftInch method

Shape::GetLeftInch method

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

double Aspose::Cells::Drawing::Shape::GetLeftInch()

Examples

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

See Also