4D View v14PV DELETE COLUMNS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
PV DELETE COLUMNS
|
PV DELETE COLUMNS ( area ; start ; number ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D View area | |||||
start | Longint |
![]() |
Starting column number | |||||
number | Longint |
![]() |
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.
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)
Product: 4D View
Theme: PV Columns and Rows
Number:
15956
Created: 4D View 6.8
PV DELETE ROWS
PV INSERT COLUMNS
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)