Cell styles property

The cell styles property defines the style in which the cells of a table widget are displayed.

Syntax

To retrieve the style of another widget, the standard widget reference syntax is used within the "Cell styles" formula:

#widgetName

or (if the widget is on another page):

#pageName.widgetName

Remarks

Currently, the following styles are applied by the "Cell styles" property:

  • Background color

  • Border color, size and position

  • Font color, size, type and style

  • Vertical and horizontal alignment

Examples

In this table widget, the cells with negative numbers are displayed with the style of the "negative" cell widget, and the cells with positive numbers are displayed in the style of the "positive" cell widget.