Aspose::Cells::Drawing::Shape::GetHeight method

Shape::GetHeight method

Represents the height of shape, in unit of pixel.

int32_t Aspose::Cells::Drawing::Shape::GetHeight()

Examples

if (shape.GetHeight() == 3)
    shape.SetHeight(1);

See Also