Enum HeightRule
How a table-row height value is interpreted (ECMA-376 Part 1 §17.18.37 ST_HeightRule).
public enum HeightRule
Fields
Auto = 0Height grows with content (w:hRule "auto", the default).
AtLeast = 1The value is a minimum height (w:hRule "atLeast").
Exact = 2The value is an exact height (w:hRule "exact").