Command PV GOTO CELL

4D View

PV GOTO CELL

version 6.8


PV GOTO CELL (area; column; row)

ParameterTypeDescription
areaLongint4D View area
columnLongintCell column number
rowLongintCell 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

PV GOTO NEXT CELL.