VP SET CURRENT SHEET
VP SET CURRENT SHEET ( vpAreaName : Text ; sheet : Integer)
Parâmetro | Tipo | Descrição | ||
---|---|---|---|---|
vpAreaName | Text | -> | Nome de objeto formulário área 4D View Pro | |
sheet | Integer | <- | Índice da nova folha atual |
Descrição
The VP SET CURRENT SHEET
command sets the current sheet in vpAreaName . A folha atual é a folha selecionada no documento.
Em vpAreaName, passe o nome da área 4D View Pro.
Em sheet, passe o índice da planilha a ser definida como planilha atual. If the index passed is inferior to 0 or exceeds the number of sheets, the command does nothing.
A indexação começa em 0.
Exemplo
A folha atual do documento é a primeira folha:
Definir a folha atual como a terceira folha:
VP SET CURRENT SHEET("ViewProArea";2)