Top
PowerCOBOL V11.0 Reference
FUJITSU Software

2.14 TableCell Object

Description:

TableCell objects contain the properties for cells in Table control objects.

Details:

Using TableCell objects:

TableCell objects are always referred to using the TableCells property (a pointer to the TableCell object, held in a two-dimensional array). For example to set the text in the cell at row 3, column 5 code:

MOVE "999" TO "Text" OF "TableCells" (3, 5)
                     OF Table1

Properties:

BackColor

ForeColor

Highlight

HighlightColor

Text

Methods:

None

Events:

None

Corresponding Element in PowerCOBOL V3.0 or earlier:

The attributes of Table item cells.