Aller au contenu principal
Version: Next

VP REMOVE SHEET

VP REMOVE SHEET ( vpAreaName : Text ; index: Integer )

ParamètresTypeDescription
vpAreaNameText->Nom d'objet formulaire zone 4D View Pro
indexInteger->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.

In vpAreaName, pass the name of the 4D View Pro area.

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)

Voir également

VP ADD SHEET