Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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