setBorderSize Method

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

expression.setBorderSize(pszType, ival)

*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" and "footer".

ival    Required Integer. Specifies the thickness of the border. Corresponds to the border attribute.

Remarks

Use the getBorderSize method to return the thickness of the border for a layout cell or cell formatting table.

Applies to | FPLayoutRegion Object | IFPLayoutRegion Object