VP SET TEXT VALUE
VP SET TEXT VALUE ( rangeObj : Object ; textValue : Text { ; formatPattern : Text } )
Parâmetro | Tipo | Descrição | ||
---|---|---|---|---|
rangeObj | Object | -> | Objeto intervalo | |
textValue | Text | -> | Valor texto a definir | |
formatPattern | Text | -> | 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")