XlVariantValue Fields
A variant value that can be used as a cell value, filter value or function argument.| Name | Description |
|---|---|
| Empty static | Returns the XlVariantValue object specifying an empty value. |
| ErrorDivisionByZero static | Returns the XlVariantValue object specifying the #DIV/0! cell error. |
| ErrorInvalidValueInFunction static | Returns the XlVariantValue object specifying the #VALUE! cell error. |
| ErrorName static | Returns the XlVariantValue object specifying the #NAME? cell error. |
| ErrorNullIntersection static | Returns the XlVariantValue object specifying the #NULL! cell error. |
| ErrorNumber static | Returns the XlVariantValue object specifying the #NUM! cell error. |
| ErrorReference static | Returns the XlVariantValue object specifying the #REF! cell error. |
| ErrorValueNotAvailable static | Returns the XlVariantValue object specifying the #N/A cell error. |
See Also