WdRowHeightRule Enumeration |
Specifies the rule for determining the height of the specified cells or rows.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic enum WdRowHeightRule
Public Enumeration WdRowHeightRule
Members
| Member name | Value | Description |
---|
| wdRowHeightAuto | 0 |
The row height is adjusted to accommodate the tallest value in the row. This is the default value.
|
| wdRowHeightAtLeast | 1 |
The row height is at least a minimum specified value.
|
| wdRowHeightExactly | 2 |
The row height is an exact value.
|
See Also