VP INSERT COLUMNS
VP INSERT COLUMNS ( rangeObj : Object )
Parâmetro | Tipo | Descrição | ||
---|---|---|---|---|
rangeObj | Object | -> | 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 é: