Skip to main content
Version: Next

QR SET SELECTION

QR SET SELECTION ( area ; left ; top {; right {; bottom}} )

ParameterTypeDescription
areaLongint🡒Reference of the area
leftLongint🡒Left boundary
topLongint🡒Top boundary
rightLongint🡒Right boundary
bottomLongint🡒Bottom boundary

Description

The QR SET SELECTION command highlights a cell, a row, a column or the entire area as you would with a mouse click. It also lets you deselect the current selection.

left is the number of the left boundary. If left is 0, the entire row is selected.

top is the number of the top boundary. If top is 0, the entire column is selected.

right is the number of the right boundary.

bottom is the number of the bottom boundary.

Notes:

  • If both left and top are 0, the entire area is highlighted.
  • If you want no selection, pass -1 to left, right, top and bottom.

If you pass an invalid area number, the error -9850 will be generated.

See also

QR GET SELECTION