Aller au contenu principal
Version: 20 R9 BETA

VP SET TEXT VALUE

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

ParamètresTypeDescription
rangeObjObject->Objet plage
textValueText->Valeur texte à fixer
formatPatternText->Format de la valeur

Description

La commande VP SET TEXT VALUE assigne une valeur texte spécifique à une plage de cellules désignée.

In rangeObj, pass a range of the cell(s) (created for example with VP Cell or VP Column) whose value you want to specify. If rangeObj includes multiple cells, the value specified will be repeated in each cell.

Le paramètre textValue indique une valeur texte à assigner à rangeObj.

Le paramètre optionnel formatPattern définit un modèle pour le paramètre textValue.

Exemple

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

Voir également

Cell Format
VP SET VALUE