The constants in this theme allow specifying the action to execute when a selection command has been used, if a selection of cells already exists:
"pv selection set": the new selection replaces the existing selection.
"pv selection add": the new selection is added to the existing selection.
Related command(s):
PV SELECT ALL
PV SELECT CELL
PV SELECT COLUMNS
PV SELECT RANGE
PV SELECT RANGES LIST
PV SELECT ROWS
| Constant | Type | Value |
| pv selection add | Long Integer | 1 |
| pv selection set | Long Integer | 0 |