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

Home

 
4D v19
VP INSERT COLUMNS

VP INSERT COLUMNS 


 

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

The VP INSERT COLUMNS command inserts columns into the rangeObj.

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

New columns are inserted on the left, directly before the starting column in the rangeObj

Example  

To insert three columns before the second column:

 VP INSERT COLUMNS(VP Column("ViewProArea";1;3))

The results is:



See also 

VP DELETE COLUMNS
VP DELETE ROWS
VP INSERT ROWS

 
PROPERTIES 

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

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)