Excel.NumErrorCellValueSubType enum
Represents types of #NUM! errors.
Remarks
Fields
arrayTooLarge = "ArrayTooLarge" | An error caused by a cell's formula having an array parameter with too many rows or columns. The maximum number of rows and columns in an array parameter is 1048576. Displays as error type #NUM! in Excel. |
unknown = "Unknown" | An unknown type of error. Displays as error type #NUM! in Excel. |