getCornerBorderColor Method

Microsoft FrontPage Visual Basic

getCornerBorderColor Method

Returns a String that represents the border color of a specified corner border for a layout cell or cell formatting table.

expression.getCornerBorderColor(pszType)

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", or "all".

Remarks

Use the setCornerBorderColor method to set the color of a corner border for a layout cell or cell formatting table.