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

VP REMOVE SHEET

VP REMOVE SHEET ( vpAreaName : Text ; index: Integer )

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

Descrição

The VP REMOVE SHEET command removes the sheet with the specified index from the document loaded in vpAreaName.

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

In index, pass the index of the sheet to remove. If the passed index does not exist, the command does nothing.

A indexação começa em 0.

Exemplo

O documento tem atualmente três folhas:

Retirar a terceira folha:

VP REMOVE SHEET("ViewProArea";2)

Veja também

VP ADD SHEET