Click or drag to resize
WdRowHeightRule Enumeration
Specifies the rule for determining the height of the specified cells or rows.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdRowHeightRule
Members
  Member nameValueDescription
wdRowHeightAuto0 The row height is adjusted to accommodate the tallest value in the row. This is the default value.
wdRowHeightAtLeast1 The row height is at least a minimum specified value.
wdRowHeightExactly2 The row height is an exact value.
See Also