setHeaderColor Method

Microsoft FrontPage Visual Basic

setHeaderColor Method

Sets the color of the header for a layout cell or cell formatting table.

expression.setHeaderColor(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 getHeaderColor method to return the color of the header for a layout cell or cell formatting table.