Enum OdfFormulaErrorType
Defines the categories of errors that can occur while processing ODF formulas. 代表 ODF 公式錯誤的型別。
public enum OdfFormulaErrorType
Fields
Div0 = 1Division-by-zero error (#DIV/0!). 除以零錯誤 (#DIV/0!)。
NA = 6Not available error (#N/A). 值無法使用錯誤 (#N/A)。
Name = 4Unrecognized name error (#NAME?). 名稱未識別錯誤 (#NAME?)。
Null = 0No-intersection error (#NULL!). 無交集錯誤 (#NULL!)。
Num = 5Numeric error (#NUM!). 數字錯誤 (#NUM!)。
Ref = 3Invalid reference error (#REF!). 參照無效錯誤 (#REF!)。
Value = 2Value error (#VALUE!). 值錯誤 (#VALUE!)。