PV GOTO CELL
version 6.8
PV GOTO CELL (area; column; row)
Parameter | Type | Description | |
area | Longint | 4D View area | |
column | Longint | Cell column number | |
row | Longint | Cell row number |
Description
When the PV GOTO CELL command is called, the cell defined by column and row becomes the current cell of the area. If the previous current cell was in entry mode, its contents are validated.
Example
This line of code makes the cell located at the intersection of the eighth column and the fifth row the current cell.
PV GOTO CELL (Area;8;5) `New current cell: H5
See Also