Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
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. |
Created 22nd April 2017, last changed 22nd April 2017
XL.Sheet.AddHyperlink - XL.Sheet.AddrToRowCol
Feedback: Report problem or ask question.