WdRowHeightRule Enumeration 

Specifies the rule for determining the height of the specified cells or rows.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdRowHeightRule1 As WdRowHeightRule = WdRowHeightRule.wdRowHeightAtLeast

Syntax

Public Enum WdRowHeightRule
public enum WdRowHeightRule
public enum class WdRowHeightRule
public enum WdRowHeightRule
public enum WdRowHeightRule

Members

Member name Description
wdRowHeightAtLeast The row height is at least a minimum specified value.
wdRowHeightAuto The row height is adjusted to accommodate the tallest value in the row.
wdRowHeightExactly The row height is an exact value.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace