Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds the ignored error for specified range.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 7.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
bookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
sheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
rowFirst | The first row for the area. First row has index 0. | $row |
colFirst | The first column for the area. First column has index 0. | $column |
rowLast | The last row for the area. First row has index 0. | $row |
colLast | The last column for the area. First column has index 0. | $column |
ignoreErrors | The combination of errors to ignore. | "InconsistRange¶EvalError" |
Returns OK or error.
IgnoredError value | Description |
NoError | No errors |
EvalError | Ignore errors when cells contain formulas that result in an error. |
EmptyCellRef | Ignore errors when formulas refer to empty cells. |
NumberStoredAsText | Ignore errors when numbers are formatted as text or are preceded by an apostrophe. |
InconsistRange | Ignore errors when formulas omit certain cells in a region. |
InconsistFormula | Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region. |
TwoDigTextYear | Ignore errors when formulas contain text formatted cells with years represented as 2 digits. |
UnlockFormula | Ignore errors when unlocked cells contain formulas. |
DataValidation | Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified. |
This function checks for a license.
Created 22nd April 2017, last changed 22nd April 2017