setFooterColor Method
Sets the color of the footer for a layout cell or cell formatting table.
expression.setFooterColor(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 getFooterColor method to return the color of the footer for a layout cell or cell formatting table.
Applies to | FPLayoutRegion Object | IFPLayoutRegion Object