4D View v16

PV DELETE CELLS

Home

 
4D View v16
PV DELETE CELLS

PV DELETE CELLS 


 

PV DELETE CELLS ( area ; column ; row ; number ; direction ) 
Parameter Type   Description
area  Longint in 4D View area
column  Longint in Column number
row  Longint in Row number
number  Longint in Number of cells to delete
direction  Longint in Direction to shift the cells

The PV DELETE CELLS command deletes number cell(s) in area starting at cell defined by column and row.

The direction parameter allows you to define if the existing cells must be shifted toward the top or the left. Use the pv to the left or pv to the top constants in the PV Directions theme to set the value of this parameter:

Constant Type Value
pv to the left Longint 2
pv to the top Longint 3

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

Example  

The following example deletes one cell starting at column 2 and row 2. Other cells will be shifted toward the top:



See also 

PV INSERT CELLS

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)