Aspose::Cells::Drawing::Shape::SetWidthInShape method

Shape::SetWidthInShape method

Represents the width of the shape, in unit of 1/4000 of the parent shape.

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

Remarks

Only Applies when this shape in the group or chart.

Examples

if (shape.IsInGroup() && shape.GetWidthInShape() == 2000)
    shape.SetWidthInShape(4000);

See Also