XL_BORDER()

 

Version Ref: 6.1 (USP 6.0.02)

 

Syntax:

 

 handle = XL_BORDER(borderstyle [, color])
	Create a new border to use with the XLSX document.

	Parameters -
		borderstyle : The style to use with this border. Must be one of the
					  following values:
					  "thin"
					  "medium"
					  "dashed"
					  "dotted"
					  "thick"
					  "hair"
					  "medium_dashed"
					  "dash_dot"
					  "medium_dash_dot"
					  "dash_dot_dot"
					  "medium_dash_dot_dot"
					  "slant_dash_dot"
		color       : The RGB Hex value to set the border color.
		              e.g. "000000" "ADD8E6"

	Returns a handle to a new border object on successs and "-1" on error.
	XL_ERROR() can be called to return the last error.