目錄 / Table of Contents

Interface IOdfFormulaEnvironmentContext

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

Supplies host-controlled values for the OpenFormula INFO function. 提供由主機控制的 OpenFormula INFO 函式值。

public interface IOdfFormulaEnvironmentContext : IEvaluationContext
Inherited Members

Methods

TryGetFormulaEnvironmentInfo(string, out object)

Attempts to resolve an OpenFormula environment-information category. 嘗試解析 OpenFormula 環境資訊類別。

bool TryGetFormulaEnvironmentInfo(string category, out object result)

Parameters

category string

The case-insensitive INFO category. / 不區分大小寫的 INFO 類別。

result object

The resolved environment value. / 解析後的環境值。

Returns

bool

true when the category was resolved; otherwise, false. / 已解析類別時為 true,否則為 false