XL_STYLE()

 

Version Ref: 6.1 (USP 6.0.02)

 

Syntax:

 

 handle = XL_STYLE([font [, fill [, fmt [, btop [, bbot [, bleft 
                  [, bright]]]]]]])
	Add a new style to the XLSX document.

	Parameters -
		font   : Handle to font object to use.
		fill   : Handle to fill object to use.
		fmt    : Handle to format object to use.
		btop   : Handle to border object to use for top border.
		bbot   : Handle to border object to use for bottom border.
		bleft  : Handle to border object to use for left border.
		bright : Handle to border object to use for right border.

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