Height Property

Applies To

Application object, DocumentWindow object, Master object, Shape object, ShapeRange collection object, SlideShowWindow object.

Description

Returns or sets the height of the specified object, in points. Read-only Single for the Master object, read/write Single for all other objects.

Remarks

The Height property of a Shape object returns or sets the height of the forward-facing surface of the specified shape. This measurement doesn't include shadows or 3-D effects.

See Also

Left property, ScaleHeight method, Top property, Width property.

Example

This example sets the height of document window two to half the height of the application window.

Windows(2).Height = Application.Height / 2