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
ErrorCellValue
|
NameErrorCellValue
Represents name error cell value.
Declaration
public static readonly ErrorCellValue NameErrorCellValue
Field Value
ErrorCellValue
|
NotAvailableErrorCellValue
Represents not available error cell value.
Declaration
public static readonly ErrorCellValue NotAvailableErrorCellValue
Field Value
ErrorCellValue
|
NullErrorCellValue
Represents null error cell value.
Declaration
public static readonly ErrorCellValue NullErrorCellValue
Field Value
ErrorCellValue
|
NumberErrorCellValue
Represents number error cell value.
Declaration
public static readonly ErrorCellValue NumberErrorCellValue
Field Value
ErrorCellValue
|
ReferenceErrorCellValue
Represents reference error cell value.
Declaration
public static readonly ErrorCellValue ReferenceErrorCellValue
Field Value
ErrorCellValue
|
ValueErrorCellValue
Represents value error cell value.
Declaration
public static readonly ErrorCellValue ValueErrorCellValue
Field Value
ErrorCellValue
|
Properties
ValueType
Gets the type of the value.
Declaration
public override CellValueType ValueType { get; }
Property Value
CellValueType
The type of the value. |