getBorderColor Method

Microsoft FrontPage Visual Basic

getBorderColor Method

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

expression.getBorderColor(pszType)

expression    Required. An expression that returns an FPLayoutRegion object.

pszType    Required String. Specifies which border. Can be one of the following String values: "all", "top", "bottom", "left", "right", "header" or "footer".

Remarks

Use the setBorderColor method to set the border color for a layout cell or cell formatting table.