Saltar al contenido principal
Versión: 20 R6 BETA

VP SET SELECTION

VP SET SELECTION ( rangeObj : Object )

ParámetrosTipoDescripción
rangeObjObject->Objeto rango de celdas

Descripción

El comando VP SET SELECTION define las celdas especificadas como la selección y la primera celda como la celda activa.

En rangeObj, pase un objeto rango de celdas a designar como selección actual.

Ejemplo

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

Ver también

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