<< caption << | Table Of Contents | >> celltext (column) >> |
Keyword | cellcolor (column) |
Purpose | Specifies an alternative background color for the cells of this column. The logical expression specifies for which cells the color should be used. If multiple cellcolor patterns are provided for a column, the first matching one is used for each cell. |
|
Syntax | cellcolor <logicalexpression> <color> |
|
Arguments | logicalexpression | See logicalexpression for details. |
color [STRING] | The RGB color values of the color. The following formats are supported: #RGB and #RRGGBB. Where R, G, B are hexadecimal values. See Wikipedia for more details. |
|
Context | columns |
<< caption << | Table Of Contents | >> celltext (column) >> |