WdRowHeightRule Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the rule for determining the height of the specified cells or rows.
public enum class WdRowHeightRule
[System.Runtime.InteropServices.Guid("AD022562-7990-3B64-BA65-8C3A19B7D173")]
public enum WdRowHeightRule
type WdRowHeightRule =
Public Enum WdRowHeightRule
- Inheritance
-
WdRowHeightRule
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRowHeightAuto | 0 | The row height is adjusted to accommodate the tallest value in the row. |
wdRowHeightAtLeast | 1 | The row height is at least a minimum specified value. |
wdRowHeightExactly | 2 | The row height is an exact value. |