Aspose::Cells::Drawing::Shape::SetHeightInch method

Shape::SetHeightInch method

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

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

Examples

if (shape.GetHeightInch() == 3)
    shape.SetHeightInch(1);

See Also