Excel.FieldErrorCellValueSubType enum
Represents types of #FIELD! errors.
Remarks
Fields
dataProviderError = "DataProviderError" | An error caused by an error from a data provider. Displays as error type #FIELD! in Excel. |
richValueRelMissingFilePart = "RichValueRelMissingFilePart" | An error caused by a missing file. In this case, the RichValueRel.xml file is missing from the metro package. Displays as error type #FIELD! in Excel. |
unknown = "Unknown" | An unknown type of error. Displays as error type #FIELD! in Excel. |
webImageMissingFilePart = "WebImageMissingFilePart" | An error caused by a missing file. In this case, the RichValueWebImageValue.xml file is missing from the metro package. Displays as error type #FIELD! in Excel. |