Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.288 Text Property (ExcelConnection)

Description:

Contains the data value of the corresponding Excel cell. The data is held in a two dimensional array that is exchanged with Excel, so always use two indexes when referencing the ExcelConnection Text property.

Used in control(s):

ExcelConnection

Value:

The data value of the corresponding Excel cell.

Refer to cell data using the syntax:

"Text" (a b) 
    OF Excel-Connection-Name

Where:

a is the column

b is the row

Default value:

None.

COBOL picture:

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-TEXT(a b)PIC X(256)