Command PV Get cell text value

4D View

PV Get cell text value

version 6.8


PV Get cell text value (area; column; row) Text

ParameterTypeDescription
areaLongint4D View area
columnLongintCell column number
rowLongintCell row number

Function result Text Cell value

Description

The PV Get cell text value command returns the text contained in the cell assigned by column and row.

If the PV Get cell text value command is used with a non-text type cell, it returns an empty string.

Example

Refer to the example for the PV SET CELL STRING VALUE command.

See Also

PV Get cell value type, PV SET CELL TEXT VALUE.