WdRowHeightRule Enum

Definition

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

wdRowHeightAtLeast 1

The row height is at least a minimum specified value.

wdRowHeightAuto 0

The row height is adjusted to accommodate the tallest value in the row.

wdRowHeightExactly 2

The row height is an exact value.

Applies to