Word.RowHeightRule enum
Specifies the rule for determining the height of the specified cells or rows.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| atLeast = "AtLeast" | The row height is set to a minimum value. |
| auto = "Auto" | The row height is adjusted to accommodate the tallest value in the row. |
| exactly = "Exactly" | The row height is set to an exact value. |