Back to Devexpress

CellValue Fields

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-dot-underscore-fields.md

latest2.6 KB
Original Source

CellValue Fields

A data value contained in a cell.

NameDescription
ErrorDivisionByZero staticReturns the CellValue object specifying the #DIV/0! error value of a cell.
ErrorInvalidValueInFunction staticReturns the CellValue object specifying the #VALUE! error value of a cell.
ErrorName staticReturns the CellValue object specifying the #NAME? error value of a cell.
ErrorNullIntersection staticReturns the CellValue object specifying the #NULL! error value of a cell.
ErrorNumber staticReturns the CellValue object specifying the #NUM! error value of a cell.
ErrorReference staticReturns the CellValue object specifying the #REF! error value of a cell.
ErrorValueNotAvailable staticReturns the CellValue object specifying the #N/A error value of a cell.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace