XL_SETPOS2()

 

Version Ref: 6.1 (USP 6.0.02)

 

Syntax:

 

 e = XL_SETPOS2(cell [, sheet])
	Set the auto counter position for a sheet.

	Parameters -
		cell  : Excel style cell to set the auto counter to. e.g. "A1" "D6".
		sheet : Handle of sheet to set. 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.