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

VP INSERT COLUMNS

VP INSERT COLUMNS ( rangeObj : Object )

ParâmetroTipoDescrição
rangeObjObject->Objeto intervalo

Descrição

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. Se o número de colunas a inseriri for omitido (não definido), uma única coluna é inserida.

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

Exemplo

Para inserir três colunas antes da segunda coluna:

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

O resultado é:

Veja também

VP DELETE COLUMNS
VP DELETE ROWS
VP INSERT ROWS