Background
Type
String
Since
1.2
Description
The "Background" property sets the background-color for the table-headers generated by this header-element. The expression must result to a string containing the color-name or hex-code (with a leading #).
This property will not influence the background-color of the cells belonging to the header, use the "Cell Background" property instead to set their background-color.
Examples
Background = "'red'"
Sets the background-color to red
Background = "'#FFFF00'"
Sets the background-color to yellow
See also
Cell Background, Foreground
