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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins