Saltar para o conteúdo principal
Versão: Próximo

VP SET SELECTION

VP SET SELECTION ( rangeObj : Object )

ParâmetroTipoDescrição
rangeObjObject->Objeto intervalo de células

Descrição

O comando VP SET SELECTION define as células especificadas como a seleção e a primeira célula como a célula ativa.

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

Exemplo

$currentSelection:=VP Combine ranges(VP Cells("myVPArea";3;2;1;6);VP Cells("myVPArea";5;7;1;7))
VP SET SELECTION($currentSelection)

Veja também

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