Class ErrorCellValue
Represents error cell value class.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ErrorCellValue : CellValueBase<string>, ICellValue
Fields
DivisionByZeroErrorCellValue
Represents division by zero error cell value.
Declaration
public static readonly ErrorCellValue DivisionByZeroErrorCellValue
Field Value
NameErrorCellValue
Represents name error cell value.
Declaration
public static readonly ErrorCellValue NameErrorCellValue
Field Value
NotAvailableErrorCellValue
Represents not available error cell value.
Declaration
public static readonly ErrorCellValue NotAvailableErrorCellValue
Field Value
NullErrorCellValue
Represents null error cell value.
Declaration
public static readonly ErrorCellValue NullErrorCellValue
Field Value
NumberErrorCellValue
Represents number error cell value.
Declaration
public static readonly ErrorCellValue NumberErrorCellValue
Field Value
ReferenceErrorCellValue
Represents reference error cell value.
Declaration
public static readonly ErrorCellValue ReferenceErrorCellValue
Field Value
ValueErrorCellValue
Represents value error cell value.
Declaration
public static readonly ErrorCellValue ValueErrorCellValue
Field Value
Properties
ValueType
Gets the type of the value.
Declaration
public override CellValueType ValueType { get; }
Property Value
Cell The type of the value. |