Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.49 Column Property

Description:

Contains the column number of the cell that has the focus.

Used in control(s):

Table

Value:

The column number of the cell that has the focus.

Only cells in which the Writable property of the TableColumn object is True can get the focus.

Default value:

The column number of the leftmost cell in which the Writable property of the TableColumn object 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-COLPIC S9(9) COMP-5