Saltar para o conteúdo principal
Versão: 20 R9 BETA

VP SET TEXT VALUE

VP SET TEXT VALUE ( rangeObj : Object ; textValue : Text { ; formatPattern : Text } )

ParâmetroTipoDescrição
rangeObjObject->Objeto intervalo
textValueText->Valor texto a definir
formatPatternText->Formato do valor

Descrição

O comando VP SET TEXT VALUE atribui um valor de texto especificado para um intervalo de células designadas.

Em rangeObj, passe um intervalo de células (criado, por exemplo, com VP Cell ou VP Column) cujo valor você deseja especificar. If rangeObj includes multiple cells, the value specified will be repeated in each cell.

The textValue parameter specifies a text value to be assigned to the rangeObj.

O formatPattern opcional define um padrão para o parâmetro textValue.

Exemplo

VP SET TEXT VALUE(VP Cell("ViewProArea";3;2);"Test 4D View Pro")

Veja também

Formato de Célula
VP SET VALUE