Saltar para o conteúdo principal
Versão: Próximo

VP SET CURRENT SHEET

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

ParâmetroTipoDescrição
vpAreaNameText->Nome de objeto formulário área 4D View Pro
sheetInteger<-Í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.

In sheet, pass the index of the sheet to be set as current sheet. 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:

first-sheet-selected

Definir a folha atual como a terceira folha:

VP SET CURRENT SHEET("ViewProArea";2)

Veja também

VP Get current sheet