Share via


Cell.Height Property

Word Developer Reference

Returns or sets the height of the specified table cell. .

Syntax

expression.Height

expression   An expression that returns a Cell object.

Remarks

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

See Also