Command PV Is cell selected

4D View

PV Is cell selected

version 6.8


PV Is cell selected (area; column; row) Integer

ParameterTypeDescription
areaLongint4D View area
columnLongintCell column number
rowLongintCell row number

Function result Integer 0 = Not selected, 1 = Selected

Description

The PV Is cell selected command returns 1 if the cell of area set by column and row is part of the current selection, otherwise 0 is returned.

Example

Refer to the example for the PV SELECT CELL command.

See Also

PV SELECT CELL.