2.5.126 FFErrorCheck
The FFErrorCheck structure specifies the types of error conditions that can be checked in a formula evaluation for a Shared Feature.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
D |
E |
F |
G |
H |
reserved |
A - ffecCalcError (1 bit): A bit that specifies whether to check for calculation errors.
B - ffecEmptyCellRef (1 bit): A bit that specifies whether to check for references to empty cells.
C - ffecNumStoredAsText (1 bit): A bit that specifies whether to check the format of numeric values.
D - ffecInconsistRange (1 bit): A bit that specifies whether to check formulas in the range of the shared feature with references to less than the entirety of a range containing continuous data.
E - ffecInconsistFmla (1 bit): A bit that specifies whether to check formulas in the range of the shared feature that are inconsistent with formulas in neighboring cells.
F - ffecTextDateInsuff (1 bit): A bit that specifies whether to check the format of date/time values.
G - ffecUnprotFmla (1 bit): A bit that specifies whether to check for unprotected formulas.
H - ffecDataValidation (1 bit): A bit that specifies whether to perform data validation.
reserved (24 bits): MUST be zero, and MUST be ignored.