Class OdfFormulaFunctionInfo
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
namestringThe function name. / 函式名稱。
categorystringThe function category. / 函式分類。
supportLevelOdfFormulaSupportLevelThe support level. / 支援層級。
Properties
Category
Gets the function category. 取得函式分類。
public string Category { get; }
Property Value
Name
Gets the function name. 取得函式名稱。
public string Name { get; }
Property Value
SupportLevel
Gets the support level. 取得支援層級。
public OdfFormulaSupportLevel SupportLevel { get; }