setContentColor Method
Sets the background color of a layout cell or cell formatting table.
expression.setContentColor(pszVal)
expression Required. An expression that returns an FPLayoutRegion object.
pszVal Required String. Specifies the color value. Can be any Web safe color value (for example, "#FFFFFF") or a named color value (for example, "red").
Remarks
Use the getContentColor method to get the background color of a layout cell or cell formatting table.