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)
Syntax
'Declaration
Public Enumeration WdRowHeightRule
'Usage
Dim instance As WdRowHeightRule
public enum WdRowHeightRule
Members
Member name | Description | |
---|---|---|
wdRowHeightAuto | The row height is adjusted to accommodate the tallest value in the row. | |
wdRowHeightAtLeast | The row height is at least a minimum specified value. | |
wdRowHeightExactly | The row height is an exact value. |