Table of Contents

Enum OdfFormulaSupportLevel

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

Represents the support level for a formula function. 表示公式函式支援層級。

public enum OdfFormulaSupportLevel

Fields

Evaluated = 0

The function can be evaluated by the default evaluator. 可由預設評估器計算。

PreservedOnly = 1

The function can be preserved in documents but is not evaluated by the default evaluator. 可在文件中保真儲存,但預設評估器不計算。