Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.282 TableColumns Property (Array)

Description:

Contain a pointer to a TableColumn object in the Table control. The pointers are held in an array so always use an index when referencing the TableColumns property.

Used in control(s):

Table

Value:

A pointer to a TableColumn object.

The index can take values from zero to the value of the ColumnCount property.

If you set the index to zero, it references the pointer to the header column.

Default value:

None.

COBOL picture:

OBJECT REFERENCE POW-COBJECT

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.