Table of Contents

Class OdfFormulaFunctionInfo

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

Describes a function supported by the default formula evaluator. 描述一個預設公式評估器支援的函式。

public sealed class OdfFormulaFunctionInfo
Inheritance
OdfFormulaFunctionInfo
Inherited Members

Constructors

OdfFormulaFunctionInfo(string, string, OdfFormulaSupportLevel)

Initializes a new instance of the OdfFormulaFunctionInfo class. 初始化 OdfFormulaFunctionInfo 類別的新執行個體。

public OdfFormulaFunctionInfo(string name, string category, OdfFormulaSupportLevel supportLevel)

Parameters

name string

The function name. / 函式名稱。

category string

The function category. / 函式分類。

supportLevel OdfFormulaSupportLevel

The support level. / 支援層級。

Properties

Category

Gets the function category. 取得函式分類。

public string Category { get; }

Property Value

string

Name

Gets the function name. 取得函式名稱。

public string Name { get; }

Property Value

string

SupportLevel

Gets the support level. 取得支援層級。

public OdfFormulaSupportLevel SupportLevel { get; }

Property Value

OdfFormulaSupportLevel