Share via


Cell.HeightRule Property

Word Developer Reference

Returns or sets a WdRowHeightRule constant that represents the rule for determining the height of the specified cells or rows. Read/write.

Syntax

expression.HeightRule

expression   Required. A variable that represents a Cell object.

Remarks

Setting the HeightRule property of a Cell object automatically sets the height for the entire row.

See Also