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

VP INSERT ROWS

VP INSERT ROWS ( rangeObj : Object )

ParâmetroTipoDescrição
rangeObjObject->Objeto intervalo

Descrição

The VP INSERT ROWS command inserts rows defined by the rangeObj.

In rangeObj, pass an object containing a range of the starting row (the row which designates where the new row will be inserted) and the number of rows to insert. Se o número de linhas a inserir for omitido (não definido), uma única linha é inserida.

New rows are inserted directly before the first row in the rangeObj.

Exemplo

Para inserir 3 linhas antes da primeira linha:

VP INSERT ROWS(VP Row("ViewProArea";0;3))

O resultado é:

Veja também

VP DELETE COLUMNS
VP DELETE ROWS
VP INSERT COLUMNS