4D View v14

PV INSERT COLUMNS

Home

 
4D View v14
PV INSERT COLUMNS

PV INSERT COLUMNS 


 

PV INSERT COLUMNS ( area ; start ; number ) 
Parameter Type   Description
area  Longint in 4D View area
start  Longint in Column before where new column(s) will be inserted
number  Longint in 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.

Example  

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)

 
PROPERTIES 

Product: 4D View
Theme: PV Columns and Rows
Number: 15958

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV DELETE COLUMNS
PV INSERT ROWS

 
ARTICLE USAGE

4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)