CellValue Fields
A data value contained in a cell.| Name | Description |
|---|---|
| ErrorDivisionByZero static | Returns the CellValue object specifying the #DIV/0! error value of a cell. |
| ErrorInvalidValueInFunction static | Returns the CellValue object specifying the #VALUE! error value of a cell. |
| ErrorName static | Returns the CellValue object specifying the #NAME? error value of a cell. |
| ErrorNullIntersection static | Returns the CellValue object specifying the #NULL! error value of a cell. |
| ErrorNumber static | Returns the CellValue object specifying the #NUM! error value of a cell. |
| ErrorReference static | Returns the CellValue object specifying the #REF! error value of a cell. |
| ErrorValueNotAvailable static | Returns the CellValue object specifying the #N/A error value of a cell. |
See Also