Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.237 Row Property

Description:

Contains the row number of the cell that has focus in the Table control.

Used in control(s):

Table

Value:

The line number of the cell that has the focus. Only cells in TableColumn objects, with the Writable property set to True, can have focus.

Default value:

Row number of the most significant editable cell (i.e. the cell closest to the top left corner) whose Writable property is True.

Undefined if there are cells whose Writable property is True.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-ROWPIC S9(9) COMP-5