Application.ShowBordersShadingDialog Method

SharePoint Designer Developer Reference

Displays the Borders and Shading dialog box and returns a String that represents the cascading style sheet property settings for the borders and shading properties that the user selected.

Syntax

expression.ShowBordersShadingDialog(strCSSIn)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
strCSSIn Optional Variant A String that represents the initial custom settings for the dialog box.

Return Value
String

Remarks

This method returns a value when the user clicks OK. If the user clicks Cancel, this method returns an empty String.

See Also