VP REMOVE SHEET
VP REMOVE SHEET ( vpAreaName : Text ; index: Integer )
Paramètres | Type | Description | ||
---|---|---|---|---|
vpAreaName | Text | -> | Nom d'objet formulaire zone 4D View Pro | |
index | Integer | -> | Index of the sheet to remove |
Description
The VP REMOVE SHEET
command removes the sheet with the specified index from the document loaded in vpAreaName.
Dans vpAreaName, passez le nom de la zone 4D View Pro.
In index, pass the index of the sheet to remove. If the passed index does not exist, the command does nothing.
La numérotation démarre à 0.
Exemple
Le document comporte actuellement 3 feuilles :
Supprimer la troisième feuille :
VP REMOVE SHEET("ViewProArea";2)