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

VP Get table range

História
ReleaseMudanças
18 R6Adicionado

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

ParâmetroTipoDescrição
vpAreaNameText->Nome de objeto formulário área 4D View Pro
tableNameText->Nome da tabela
onlyDataInteger->vk table full range (default) or vk table data range
sheetInteger->Índice da folha (folha atual se omitida)
ResultadosObject<-Intervalo que contém a tabela

Descrição

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

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

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

ParâmetrosValorDescrição
vk table full range0Obtém o intervalo de células para a área da tabela com rodapé e cabeçalho (padrão se omitido)
vk table data range1Obter o intervalo de células apenas para a área de dados da tabela

In sheet, pass the index of the target sheet. Se nenhum índice for especificado, o comando se aplica à folha atual.

A indexação começa em 0.

If tableName is not found, the command returns null.

Veja também

VP RESIZE TABLE
VP Find table