Aspose::Cells::Drawing::Shape::SetLeftInShape method

Shape::SetLeftInShape method

Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape.

void Aspose::Cells::Drawing::Shape::SetLeftInShape(int32_t value)

Remarks

Only Applies when this shape in the group or chart.

Examples

if (shape.IsInGroup() && shape.GetLeftInShape() == 2000)
    shape.SetLeftInShape(4000);

See Also