AssignBackgroundColor

AssignBackgroundColor ( CustomColor color);

Default values:

Description

Sets a background color. Note that when used in script for a custom quote, this function sets the background color of the quote cell.

Input parameters

Parameter Default value Description
color - Defines color to be assigned to background.

Example

AssignBackgroundColor(color.DARK_RED);

Sets the background color to dark red.