Aller au contenu principal
Version: Next

VP Get current sheet

VP Get current sheet ( vpAreaName : Text )

ParamètresTypeDescription
vpAreaNameText->Nom d'objet formulaire zone 4D View Pro
RésultatInteger<-Indice de la feuille courante

Description

The VP Get current sheet command returns the index of the current sheet in vpAreaName. The current sheet is the selected sheet in the document.

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

La numérotation démarre à 0.

Exemple

Lorsque la troisième feuille est sélectionnée :

third-sheet

La commande retourne 2 :

$index:=VP Get current sheet("ViewProArea")

Voir également

VP SET CURRENT SHEET