Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.17 AutoRowHeight Property

Description:

Indicates whether the height is adjusted automatically according to the font size, or if the value specified in the DefaultRowHeight property is used.

Used in control(s):

Table

Values (with constants):

True - The height is adjusted automatically.(POW-TRUE)

False - The DefaultRowHeight value is used.(POW-FALSE)

Default value:

True (POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.