Aspose::Cells::Drawing::Shape::SetWidthCM method

Shape::SetWidthCM method

Represents the width of the shape, in unit of centimeters.

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

Examples

if (shape.GetWidthCM() == 3)
    shape.SetWidthCM(1);

See Also