Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.281 TableCells Property (Two-Dimensional-Array)

Description:

Contains a pointer to a TableCell object in the Table control. The pointers are held in a two-dimensional array so always use two indexes when referencing the TableCells property.

Used in control(s):

Table

Value:

A pointer to a TableCell object.

Refer to a TableCell using the syntax:

"TableCells" (a, b) OF TableName

Valid values for the indexes are:

0 <= a <= RowCount

0 <= b <= ColumnCount

If you set "a" to zero, it references the pointer to the row headings.

If you set "b" to zero, it references the pointer to the column headings.

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.