Row.Height Property

Returns or sets the height of the specified row in a table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Height As Single
    Get
    Set
'Usage
Dim instance As Row
Dim value As Single

value = instance.Height

instance.Height = value
float Height { get; set; }

Property Value

Type: System.Single

Remarks

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

See Also

Reference

Row Interface

Row Members

Microsoft.Office.Interop.Word Namespace