setShadowColor Method
Sets the color of a drop shadow border for a layout cell or cell formatting table.
expression.setShadowColor(pszVal)
*expression * Required. An expression that returns an FPLayoutRegion object.
pszVal Required String. Specifies the color value. Can be any Web safe color value (for example, "#FFFFFF") or a named color value (for example, "red").
Remarks
Use the getShadowColor method to return the color of a drop shadow border for a layout cell or cell formatting table.
Applies to | FPLayoutRegion Object | IFPLayoutRegion Object