Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 969 Bytes

Word.Rows.Height.md

File metadata and controls

46 lines (26 loc) · 969 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Rows.Height property (Word)
vbawd10.chm155975687
vbawd10.chm155975687
Word.Rows.Height
c111c7e3-0502-118d-035c-be290ea4d83b
06/08/2017
medium

Rows.Height property (Word)

Returns or sets the height of the specified rows in a table. Read/write Single.

Syntax

expression.Height

expression A variable that represents a Rows object.

Remarks

If the HeightRule property of the specified row is wdRowHeightAuto, Height returns wdUndefined; setting the Height property sets HeightRule to wdRowHeightAtLeast.

Example

This example sets the height of the rows in the first table in the active document to at least 20 points.

ActiveDocument.Tables(1).Rows.Height = 20

See also

Rows Collection Object

[!includeSupport and feedback]