6. Working with Arrays, Table Fields, and Collections : Table Fields : Table Field Components : Table Header
 
Share this page                  
Table Header
The table header displays the column titles of the table field. OpenROAD lets you display or remove this header and change its appearance and boundary line.
To access the visual characteristics of the table header, use the TableHeader attribute of the TableField object. The data type of this attribute is StackField. The syntax is:
field(tablefield).TableHeader.attribute = value
attribute
Specifies an attribute of the StackField object. For example, the following statement sets the pattern of the table header's bounding line:
field(custtable).tableheader.outlinecolor = CC_PALE_BLUE;
For more information about working with column headers, see How You Can Display and Remove Column Headers (see How You Can Display and Remove Column Headers).