version 6.8
PV GET SELECTED RANGES LIST (area; left; top; right; bottom)
| Parameter | Type | Description | |
| area | Longint | 4D View area | |
| left | Longint array | Left cells column numbers array | |
| top | Longint array | Top cells row numbers array | |
| right | Longint array | Right cells column numbers array | |
| bottom | Longint array | Bottom cell row numbers array |
Description
The command PV GET SELECTED RANGES LIST gets, in arrays passed as parameters, the coordinates of the selected ranges in area.
Example
Refer to the examples for the PV SET CELL PROPERTY, PV SET RANGE PROPERTY, PV SELECT CELL, and PV SELECT RANGE commands.
See Also
PV FIND ALL, PV SELECT RANGES LIST.