Este é o site histórico da documentação 4D. As documentações estão sendo movidas progressivamente para developer.4d.com

Página Inicial

 
4D v19
VP ADD SELECTION

VP ADD SELECTION 


 

VP ADD SELECTION ( rangeObj ) 
Parâmetro Tipo   Descrição
rangeObj  Objeto 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.

Exemplo  

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:



Ver também 

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

 
PROPRIEDADES 

Produto: 4D
Tema: Linguagem 4D View Pro
Número 905260

 
CONTEÚDO DA PÁGINA 
 
HISTÓRIA 

Criado por: 4D v17 R5

 
ARTICLE USAGE

4D View Pro ( 4D v19)