setCornerBorderColor Method

Microsoft FrontPage Visual Basic

setCornerBorderColor Method

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

expression.setCornerBorderColor(pszType, pszVal)

expression    Required. An expression that returns an FPLayoutRegion object.

pszType    Required String. Specifies which corner. Can be one of the following String values: "top-left", "top-right", "bottom-left", "bottom-right", and "all".

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 getCornerBorderColor method to return the color of a corner border for a layout cell or cell formatting table.