Partager via


Cell.Height Property (Word)

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

Concepts

Cell Object Members

Cell Object