Version

ErrorValue Class Members

The following tables list the members exposed by ErrorValue.

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.  
Public Methods
 NameDescription
Public MethodToStringGets the string representation of the error value.  
See Also