version 2003
QR SET SELECTION (area; left; top; right; bottom)
Parameter | Type | Description | |
area | Longint | Reference of the area | |
left | Longint | Left boundary | |
top | Longint | Top boundary | |
right | Longint | Right boundary | |
bottom | Longint | Bottom boundary |
Description
The QR SET SELECTION command allows you to highlight a cell, a row, a column or the entire area as you would with a mouse click. It also allows you to deselect the current selection.
left is the number of the left boundary. If left equals 0, the entire row is selected.
top is the number of the top boundary. If top equals 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 equal 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