Aspose::Cells::Drawing::Shape::GetHeightCM method

Shape::GetHeightCM method

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

double Aspose::Cells::Drawing::Shape::GetHeightCM()

Examples

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

See Also