Excel.NotAvailableErrorCellValueSubType enum
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 types of #N/A errors.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
| eRegexMatchNoCapture = "ERegexMatchNoCapture" | No capture groups were matched. Displays as error type #N/A in Excel. |
| eRegexMatchNoResult = "ERegexMatchNoResult" | No match was found for the pattern in the text provided. Displays as error type #N/A in Excel. |
| eRegexReplaceOccurrenceNoResult = "ERegexReplaceOccurrenceNoResult" | Occurrence is greater than the total number of matches. Displays as error type #N/A in Excel. |
| hlookupValueNotFound = "HlookupValueNotFound" | An error caused by |
| pythonObjectUnknown = "PythonObjectUnknown" | An error caused by an external code service returning an unknown object. Displays as error type #N/A in Excel. |
| stockHistoryInvalidProperty = "StockHistoryInvalidProperty" | An error caused by an invalid property argument to |
| stockHistoryNoData = "StockHistoryNoData" | An error caused by no data being available for a |
| unknown = "Unknown" | An unknown type of error. Displays as error type #N/A in Excel. |
| vlookupValueNotFound = "VlookupValueNotFound" | An error caused by |