Excel.ValueTypeNotAvailableCellValue interface

Represents the value of a cell containing a type of value which cannot be serialized. For example, an #UNKNOWN! error which represents a type of rich value not known to this version of Excel.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

basicType

Represents the value that would be returned by Range.valueTypes for a cell with this value.

basicValue

Represents the value that would be returned by Range.values for a cell with this value.

type

Represents the type of this cell value.

Property Details

basicType

Represents the value that would be returned by Range.valueTypes for a cell with this value.

basicType: RangeValueType | "Boolean" | "Double" | "Error" | "Empty" | "String";

Property Value

Excel.RangeValueType | "Boolean" | "Double" | "Error" | "Empty" | "String"

Remarks

[ API set: ExcelApi 1.16 ]

basicValue

Represents the value that would be returned by Range.values for a cell with this value.

basicValue: boolean | number | string;

Property Value

boolean | number | string

Remarks

[ API set: ExcelApi 1.16 ]

type

Represents the type of this cell value.

type: CellValueType.notAvailable | "NotAvailable";

Property Value

notAvailable | "NotAvailable"

Remarks

[ API set: ExcelApi 1.16 ]