Rows.HeightRule Property

Returns or sets the rule for determining the height of the specified rows.

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

Syntax

'Declaration
Property HeightRule As WdRowHeightRule
    Get
    Set
'Usage
Dim instance As Rows
Dim value As WdRowHeightRule

value = instance.HeightRule

instance.HeightRule = value
WdRowHeightRule HeightRule { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRowHeightRule

Remarks

WdRowHeightRule can be one of the following constants:

wdRowHeightAtLeast

wdRowHeightExactly

wdRowHeightAuto

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace