Aspose::Cells::Drawing::Shape::SetHeightCM method

Shape::SetHeightCM method

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

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

Examples

if (shape.GetHeightCM() == 3)
    shape.SetHeightCM(1);

See Also