version 6.8
PV Is range selected (area; left; top; right; bottom) Integer
| Parameter | Type | Description | |
| area | Longint | 4D View area | |
| left | Longint | Column number of left cell | |
| top | Longint | Row number of top cell | |
| right | Longint | Column number of right cell | |
| bottom | Longint | Row number of bottom cell | |
| Function result | Integer | 0 = Not selected, 1 = Selected |
Description
The PV Is range selected command returns 1 if the range of cells defined by the left, top, right, and bottom parameter is part of the current selection, otherwise, it returns 0.
Example
Refer to the example for the PV SELECT RANGE command.
See Also