XL_GRIDLINES()

 

Version Ref: Version 6.1.00 (USP 6.0.03)

 

Syntax:

 

 e = XL_GRIDLINES(option [, sheet])
	Set if the worksheet should display gridlines when printed.

	Parameters -
		option : Which Gridlines to print. Cannot be blank. Must be one of the
				 following values.
				 "hide_all"
				 "show_all"
				 "show_screen"
				 "show_print"
		sheet  : Handle of sheet to change mode. Use blank, "0", or "-1" to use
		         the default sheet.
				
	Returns "1" on success and "-1" on error. XL_ERROR() can be called to return
	the last error.