Interface IOdfFormulaEnvironmentContext
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
categorystringThe case-insensitive INFO category. / 不區分大小寫的 INFO 類別。
resultobjectThe resolved environment value. / 解析後的環境值。