This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
VP DELETE ROWS

VP DELETE ROWS 


 

VP DELETE ROWS ( rangeObj ) 
Parameter Type   Description
rangeObj  Object in Range object

The VP DELETE ROWS command removes the rows in the rangeObj.

In rangeObj, pass a range object describing the rows to remove. If the passed range contains:

  • both columns and rows, only the rows are removed. 
  • only columns, the command does nothing.

Note: Rows are deleted from bottom to top.

Example  

To delete rows selected by the user (in the image below rows 1, 2, and 3):

use the following code:

 VP DELETE ROWS(VP Get selection("ViewProArea"))



See also 

VP DELETE COLUMNS
VP INSERT COLUMNS
VP INSERT ROWS

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Language
Number: 9913

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)