VP SET CURRENT SHEET
VP SET CURRENT SHEET ( vpAreaName : Text ; sheet : Integer)
Paramètres | Type | Description | ||
---|---|---|---|---|
vpAreaName | Text | -> | Nom d'objet formulaire zone 4D View Pro | |
sheet | Integer | <- | 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.
Dans vpAreaName, passez le nom de la zone 4D View Pro.
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:
Set the current sheet to the third sheet:
VP SET CURRENT SHEET("ViewProArea";2)