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