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

Home

 
4D v19
VP INSERT ROWS

VP INSERT ROWS 


 

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

The VP INSERT ROWS command inserts rows defined by the rangeObj.

In rangeObj, pass an object containing a range of the starting row (the row which designates where the new row will be inserted) and the number of rows to insert. If the number of rows to insert is omitted (not defined), a single row is inserted. 

New rows are inserted directly before the first row in the rangeObj.

Example  

To insert 3 rows before the first row:

 VP INSERT ROWS(VP Row("ViewProArea";0;3))

The result is:



See also 

VP DELETE COLUMNS
VP DELETE ROWS
VP INSERT COLUMNS

 
PROPERTIES 

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

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)