Object | Height |
|
Application | Returns or sets the height of the Word application 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. |
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 to determine the maximum size for the window. Use the WindowState property to determine the window state. Read/write Long. |