Aller au contenu principal
Version: Next

VP Get table range

Historique
ReleaseModifications
19 R7Ajout

VP Get table range ( vpAreaName : Text ; tableName : Text {; onlyData : Integer {; sheet : Integer }} ) : Object

ParamètresTypeDescription
vpAreaNameText->Nom d'objet formulaire zone 4D View Pro
tableNameText->Nom de table
onlyDataInteger->vk table full range (default) or vk table data range
sheetInteger->Numéro d'indice de la feuille (feuille courante si omis)
RésultatObject<-Plage contenant la table

Description

The VP Get table range command returns the range of tableName.

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

In the onlyData parameter, you can pass one of the following constants to indicate if you want to get the data only:

ConstanteValeurDescription
vk table full range0Get the cell range for the table area with footer and header (default if omitted)
vk table data range1Get the cell range for the table data area only

In sheet, pass the index of the target sheet. Si aucun numéro n'est spécifié, la commande s'applique à la feuille en cours.

La numérotation démarre à 0.

If tableName is not found, the command returns null.

Voir également

VP RESIZE TABLE
VP Find table