Returns or sets the height of the specified object (in points unless otherwise noted), as shown in the following table.
Object | Height |
---|---|
Application | Returns or sets the height of the active document window. Read/write Long. |
Cell, Cells | Returns or sets the height of the specified cell or cells in a table. If the HeightRule property of the specified row is wdRowHeightAuto, Height returns wdUndefined; setting the Height property sets HeightRule to wdRowHeightAtLeast. Read/write Single. |
CustomLabel | Returns or sets the height of the specified custom mailing label. Read/write Single. |
Frame | Returns or sets the height of the specified frame. Read/write Single. |
Frameset | Returns or sets the height of the specified Frameset object. Read/write Long. The HeightType property determines the type of unit in which this value is expressed. |
InlineShape | Returns or sets the height of the specified inline shape. Read/write Single. |
Row, Rows | Returns or sets the height of the specified row or rows in a table. If the HeightRule property of the specified row is wdRowHeightAuto, Height returns wdUndefined; setting the Height property sets HeightRule to wdRowHeightAtLeast. Read/write Single. |
Shape, ShapeRange | Returns or sets the height of the specified shape. Read/write Single. |
Task | Returns or sets the height of the specified task window. Read/write Long. |
Window | Returns or sets the height of the window. You cannot set this property if the window is maximized or minimized. Use the UsableHeight property of the Application object to determine the maximum size for the window. Use the WindowState property to determine the window state. Read/write Long. |