Version

ErrorValue Class Properties

For a list of all members of this type, see ErrorValue members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)ArgumentOrFunctionNotAvailableGets the ErrorValue representing the #N/A error.  
Public Propertystatic (Shared in Visual Basic)CircularityGets the ErrorValue representing a circularity error.  
Public Propertystatic (Shared in Visual Basic)DivisionByZeroGets the ErrorValue representing the #DIV/0! error.  
Public Propertystatic (Shared in Visual Basic)EmptyCellRangeIntersectionGets the ErrorValue representing the #NULL! error.  
Public Propertystatic (Shared in Visual Basic)InvalidCellReferenceGets the ErrorValue representing the #REF! error.  
Public Propertystatic (Shared in Visual Basic)ValueRangeOverflowGets the ErrorValue representing the #NUM! error.  
Public Propertystatic (Shared in Visual Basic)WrongFunctionNameGets the ErrorValue representing the #NAME? error.  
Public Propertystatic (Shared in Visual Basic)WrongOperandTypeGets the ErrorValue representing the #VALUE! error.  
See Also