The following tables list the members exposed by ErrorValue.
Name | Description | |
---|---|---|
![]() ![]() | ArgumentOrFunctionNotAvailable | Gets the ErrorValue representing the #N/A error. |
![]() ![]() | Circularity | Gets the ErrorValue representing a circularity error. |
![]() ![]() | DivisionByZero | Gets the ErrorValue representing the #DIV/0! error. |
![]() ![]() | EmptyCellRangeIntersection | Gets the ErrorValue representing the #NULL! error. |
![]() ![]() | InvalidCellReference | Gets the ErrorValue representing the #REF! error. |
![]() ![]() | ValueRangeOverflow | Gets the ErrorValue representing the #NUM! error. |
![]() ![]() | WrongFunctionName | Gets the ErrorValue representing the #NAME? error. |
![]() ![]() | WrongOperandType | Gets the ErrorValue representing the #VALUE! error. |
Name | Description | |
---|---|---|
![]() | ToString | Gets the string representation of the error value. |
View on GitHub