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

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

The VP SET TEXT VALUE command assigns a specified text value to a designated cell range.

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.

The optional formatPattern defines a pattern for the textValue parameter.

Exemplo

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

Veja também

Formato de Célula
VP SET VALUE