ErrorCellValue
Cell value for formula errors and invalid operations; stores error indicators like #DIV/0!, #REF!, #VALUE!, #N/A, #NAME?, #NUM!, and #NULL!.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ErrorCellValue : CellValueBase<string>, ICellValue
Inheritance: objectCellValueBase<string>ErrorCellValue
Implements:
Inherited Members
Fields
Error value #DIV/0! indicating division by zero.
public static readonly ErrorCellValue DivisionByZeroErrorCellValue
Error value #NAME? indicating an unrecognized name in a formula.
public static readonly ErrorCellValue NameErrorCellValue
Error value #N/A indicating a value is not available.
public static readonly ErrorCellValue NotAvailableErrorCellValue
Error value #NULL! indicating an invalid intersection of ranges.
public static readonly ErrorCellValue NullErrorCellValue
Error value #NUM! indicating an invalid numeric value in a function.
public static readonly ErrorCellValue NumberErrorCellValue
Error value #REF! indicating an invalid cell reference.
public static readonly ErrorCellValue ReferenceErrorCellValue
Error value #VALUE! indicating an invalid value type for an operation.
public static readonly ErrorCellValue ValueErrorCellValue
Properties
Returns CellValueType.Error.
public override CellValueType ValueType { get; }
The type of the value.
Overrides: