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

VP Get current sheet

VP Get current sheet ( vpAreaName : Text )

ParâmetroTipoDescrição
vpAreaNameText->Nome de objeto formulário área 4D View Pro
ResultadoInteger<-Índice da folha actual

Descrição

The VP Get current sheet command returns the index of the current sheet in vpAreaName. The current sheet is the selected sheet in the document.

Em vpAreaName, passe o nome da área 4D View Pro.

A indexação começa em 0.

Exemplo

Quando a terceira folha é selecionada:

third-sheet

O comando devolve 2:

$index:=VP Get current sheet("ViewProArea")

Veja também

VP SET CURRENT SHEET