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

Home

 
4D v19
VP ADD SELECTION

VP ADD SELECTION 


 

VP ADD SELECTION ( rangeObj ) 
Parameter Type   Description
rangeObj  Object in Range object of cells

The VP ADD SELECTION command adds the specified cells to the currently selected cells.

In rangeObj, pass a range object of cells to add to the current selection. 

Note: The active cell is not modified.

Example  

You have cells currently selected:

 

The following code will add cells to your selection:

 $currentSelection:=VP Cells("myVPArea";3;4;2;3)
 VP ADD SELECTION($currentSelection)

will display:



See also 

VP Get active cell
VP Get selection
VP RESET SELECTION
VP SET ACTIVE CELL
VP SET SELECTION
VP SHOW CELL

 
PROPERTIES 

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

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v17 R5

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)