getBorderSize Method
Returns an Integer that represents the thickness of the border for a layout cell or cell formatting table.
expression.getBorderSize(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" and "footer".
Remarks
Use the setBorderSize method to set the thickness of the border for a layout cell or cell formatting table.