Aller au contenu principal
Version: Next

VP SET CURRENT SHEET

VP SET CURRENT SHEET ( vpAreaName : Text ; sheet : Integer)

ParamètresTypeDescription
vpAreaNameText->Nom d'objet formulaire zone 4D View Pro
sheetInteger<-Index of the new current sheet

Description

The VP SET CURRENT SHEET command sets the current sheet in vpAreaName . La feuille courante est la feuille sélectionnée dans le document.

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

In sheet, pass the index of the sheet to be set as current sheet. If no index is specified or if you pass -1, the command applies to the current sheet.

La numérotation démarre à 0.

Exemple

The document's current sheet is the first sheet:

first-sheet-selected

Set the current sheet to the third sheet:

VP SET CURRENT SHEET("ViewProArea";2)

Voir également

VP Get current sheet