Table of Contents

Enum OdfFormulaErrorType

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

Defines the categories of errors that can occur while processing ODF formulas. 代表 ODF 公式錯誤的型別。

public enum OdfFormulaErrorType

Fields

Div0 = 1

Division-by-zero error (#DIV/0!). 除以零錯誤 (#DIV/0!)。

NA = 6

Not available error (#N/A). 值無法使用錯誤 (#N/A)。

Name = 4

Unrecognized name error (#NAME?). 名稱未識別錯誤 (#NAME?)。

Null = 0

No-intersection error (#NULL!). 無交集錯誤 (#NULL!)。

Num = 5

Numeric error (#NUM!). 數字錯誤 (#NUM!)。

Ref = 3

Invalid reference error (#REF!). 參照無效錯誤 (#REF!)。

Value = 2

Value error (#VALUE!). 值錯誤 (#VALUE!)。