4D View v16

PV GOTO CELL

Home

 
4D View v16
PV GOTO CELL

PV GOTO CELL 


 

PV GOTO CELL ( area ; column ; row ) 
Parameter Type   Description
area  Longint in 4D View area
column  Longint in Cell column number
row  Longint in Cell row number

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

 
PROPERTIES 

Product: 4D View
Theme: PV Current cell
Number: 15931

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)