Cells.HeightRule Property
Word Developer Reference |
Returns or sets a WdRowHeightRule constant that represents the rule for determining the height of the specified cells. Read/write .
Syntax
expression.HeightRule
expression Required. A variable that represents a Cells collection.
Remarks
Setting the HeightRule property of a Cells collection automatically sets the height for the entire row.
See Also