4D View v16

PV DELETE COLUMNS

Home

 
4D View v16
PV DELETE COLUMNS

PV DELETE COLUMNS 


 

PV DELETE COLUMNS ( area ; start ; number ) 
Parameter Type   Description
area  Longint in 4D View area
start  Longint in Starting column number
number  Longint in Number of columns

The PV DELETE COLUMNS command deletes number column(s) in area starting at column number start.

Note: This command must not be called within a dynamic area. Otherwise, the error 86 is generated.

Example  

Delete the first column (A) of the table, to shift the rest of the column area content to the left:

 PV DELETE COLUMNS(Area;1;1)



See also 

PV DELETE ROWS
PV INSERT COLUMNS

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)