Share via


Cells.Height Property

Word Developer Reference

Returns or sets the height of the specified table cells. Read/write Single.

Syntax

expression.Height

expression   An expression that returns a Cells collection.

Remarks

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

See Also