Excel.TimeoutErrorCellValue interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the value of a cell containing a #TIMEOUT! error.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

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. When accessed through a valuesAsJson property, this string value aligns with the en-US locale. When accessed through a valuesAsJsonLocal property, this string value aligns with the user's display locale.

errorSubType

Represents the type of TimeoutErrorCellValue.

errorType

Represents the type of ErrorCellValue.

type

Represents the type of this cell value.

Property Details

basicType

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

basicType?: RangeValueType.error | "Error";

Property Value

error | "Error"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

basicValue

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the value that would be returned by Range.values for a cell with this value. When accessed through a valuesAsJson property, this string value aligns with the en-US locale. When accessed through a valuesAsJsonLocal property, this string value aligns with the user's display locale.

basicValue?: "#TIMEOUT!" | string;

Property Value

"#TIMEOUT!" | string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

errorSubType

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the type of TimeoutErrorCellValue.

errorSubType?: TimeoutErrorCellValueSubType | "Unknown" | "PythonTimeoutLimitReached";

Property Value

Excel.TimeoutErrorCellValueSubType | "Unknown" | "PythonTimeoutLimitReached"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

errorType

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the type of ErrorCellValue.

errorType?: ErrorCellValueType.timeout | "Timeout";

Property Value

timeout | "Timeout"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the type of this cell value.

type: CellValueType.error | "Error";

Property Value

error | "Error"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]