Skip to main content

TableHeightUnitType Enum

Lists values that specify unit types for the table height.

Declaration

declare enum TableHeightUnitType {
    Minimum = 0,
    Auto = 1,
    Exact = 2
}

Members

Name Description
Auto

The height increases automatically to accommodate the content.

Exact

The exact height as specified. If the text cannot fit the height, it will appear truncated.

Minimum

The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content.

Remarks

Values listed by this enumeration are used in the following members: