Aspose::Cells::Drawing::Shape::GetHeightInch method

Shape::GetHeightInch method

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

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

Examples

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

See Also