PV Get cell text value
version 6.8
PV Get cell text value (area; column; row) Text
Parameter | Type | Description | |
area | Longint | 4D View area | |
column | Longint | Cell column number | |
row | Longint | Cell 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