6. Creating and Using Basic Fields : Composite Fields : Table Fields : Column Field Properties
 
Share this page                  
Column Field Properties
Column fields have the following properties:
ColumnNumber
Specifies the ordinal position of the column in the table field
Default: 1, indicating the top or left
HasCellAttributes
Specifies whether you can set visual properties for individual cells in the column. Possible values are:
TRUE
Specifies that you can set visual properties for individual cells
Note:  Setting HasCellAttributes to TRUE impacts application performance. For more information, see the chapter "Working with Arrays, Table Fields, and Collections" in the Programming Guide.
FALSE
Specifies that you cannot set visual properties for individual cells
Default: FALSE
HasSingleCharFind
Specifies whether the end user may move the focus of the specified column to the next row whose value begins with the character the end user enters. (This property is valid only while focus is on a Landable entry field in the specified column.) Possible values are:
TRUE
Specifies that the end user can move the focus
FALSE
Specifies that the end user cannot move the focus
Default: TRUE
Title
Specifies the title that OpenROAD displays for the column field