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

VP Get column attributes

VP Get column attributes ( rangeObj : Object ) : Collection

ParâmetroTipoDescrição
rangeObjObject->Objeto intervalo
ResultadosCollection<-Coleção de propriedades da colunas

Descrição

The VP Get column attributes command returns a collection of properties for any column in the rangeObj.

In rangeObj, pass an object containing a range of the columns whose attributes will be retrieved.

The returned collection contains any properties for the columns, whether or not they have been set by the VP SET COLUMN ATTRIBUTES command.

Exemplo

O seguinte código:

C_OBJECT($range)
C_COLLECTION($attr)

$range:=VP Column("ViewProArea";1;2)
$attr:=VP Get column attributes($range)

... will return a collection of the attributes within the given range:

Veja também

VP Get row attributes
VP SET COLUMN ATTRIBUTES
VP SET ROW ATTRIBUTES