Aller au contenu principal
Version: 20 R6 BETA

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.

Dans vpAreaName, passez le nom de la zone 4D View Pro.

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