PV Is cell selected
version 6.8
PV Is cell selected (area; column; row) Integer
Parameter | Type | Description | |
area | Longint | 4D View area | |
column | Longint | Cell column number | |
row | Longint | Cell 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