IsXLCVErr(Object) Method

To check for errors in passed range obj, makes use of the fact that Range.Value never passes Integer Values back except for Errors
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static bool IsXLCVErr(
	object rangeval
	)

Parameters

rangeval
Type: Object
Range.Value to be checked for errors

Returns

Boolean
true if error

Remarks

https://xldennis.wordpress.com/2006/11/22/dealing-with-cverr-values-in-net-%E2%80%93-part-i-the-problem/ and https://xldennis.wordpress.com/2006/11/29/dealing-with-cverr-values-in-net-part-ii-solutions/