getMargin Method
Returns an Integer that represents the margin settings for a layout cell or cell formatting table.
expression.getMargin(pszType)
expression Required. An expression that returns an FPLayoutRegion object.
pszType Required String. Specifies which margin. Can be one of the following String values: "top", "bottom", "left", or "right".
Remarks
Use the setMargin method to set the margin settings for a layout cell or cell formatting table.