public final class Errortype extends Fixed1ArgFunction
Syntax:
ERROR.TYPE(errorValue)
Returns a number corresponding to the error type of the supplied argument.
| errorValue | Return Value |
| #NULL! | 1 |
| #DIV/0! | 2 |
| #VALUE! | 3 |
| #REF! | 4 |
| #NAME? | 5 |
| #NUM! | 6 |
| #N/A! | 7 |
| everything else | #N/A! |
ErrorConstants.| Constructor and Description |
|---|
Errortype() |
| Modifier and Type | Method and Description |
|---|---|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0)
|
evaluatepublic ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
Function1ArgCopyright 2022 The Apache Software Foundation or its licensors, as applicable.