6. Working with Arrays, Table Fields, and Collections : Table Fields : Table Field Components : Column Field
 
Share this page                  
Column Field
You can change a variety of a column's visual characteristics. To access these characteristics, use the following syntax:
field(tablefield[*].column).attribute = value
attribute
Specifies an attribute of the ColumnField object. For example, the following statement sets the background pattern of the custname column in the custtable table field:
field(custtable[*].custname).bgpattern=FP_SHADE;