This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
VP Get column attributes

VP Get column attributes 


 

VP Get column attributes ( rangeObj ) -> Function result 
Parameter Type   Description
rangeObj  Object in Range object
Function result  Collection in Collection of column properties

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.

Example  

The following code:

 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:



See also 

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

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Language
Number: 9909

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)