| 4D v13PV INSERT ROWS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | 
    4D View v13
 PV INSERT ROWS 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PV INSERT ROWS ( area ; start ; number ) | ||||||||
| Parameter | Type | Description | ||||||
| area | Longint |   | 4D View area | |||||
| start | Longint |   | Row before which new row(s) will be inserted | |||||
| number | Longint |   | Number of rows | |||||
The PV INSERT ROWS command inserts number row(s) in area starting at row number start. The inserted rows will be before the row defined by start.
Note: This command must not be called within a dynamic area. Otherwise, the error 86 is generated.
Insert a row before the first row (1) of the table, to shift the row area content toward the bottom:
 PV INSERT ROWS(Area;1;1)
	Product:  4D
	Theme:  PV Columns and Rows
	Number:  
        15957
        
        
        
	
	Created:  4D View 6.8
PV DELETE ROWS
PV INSERT COLUMNS