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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++