Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.238 RowCaption Property

Description:

Indicates whether to display row headings.

Used in control(s):

Table

Values (with constants):

True - Displays row headings.(POW-TRUE)

False - Does not display row headings.(POW-FALSE)

Default value:

True - Displays row headings.(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:

POW-ROWCAPTIONPIC S9(4) COMP-5