Class OdfFormulaEvaluationReport
Reports resource usage and diagnostics from a spreadsheet formula evaluation. 報告試算表公式評估的資源使用量與診斷。
public sealed class OdfFormulaEvaluationReport
- Inheritance
-
OdfFormulaEvaluationReport
- Inherited Members
Properties
CellReadCount
Gets the number of charged cell reads. 取得已計入的儲存格讀取次數。
public long CellReadCount { get; }
Property Value
DependencyEdgeCount
Gets the number of formula dependency edges. 取得公式相依邊數量。
public long DependencyEdgeCount { get; }
Property Value
Diagnostics
Gets structured evaluation diagnostics. 取得結構化評估診斷。
public IReadOnlyList<OdfFormulaDiagnostic> Diagnostics { get; }
Property Value
Elapsed
Gets the elapsed evaluation time. 取得評估經過時間。
public TimeSpan Elapsed { get; }
Property Value
EvaluatedFormulaCount
Gets the number of formulas evaluated. 取得已評估公式數量。
public int EvaluatedFormulaCount { get; }
Property Value
FormulaErrorCount
Gets the number of standard formula error results. 取得標準公式錯誤結果數量。
public int FormulaErrorCount { get; }
Property Value
MaximumParallelism
Gets the maximum worker count used during evaluation. 取得評估期間使用的最大工作執行緒數。
public int MaximumParallelism { get; }
Property Value
OperationCount
Gets the number of charged evaluation operations. 取得已計入的評估操作次數。
public long OperationCount { get; }
Property Value
ScannedFormulaCount
Gets the number of formulas scanned. 取得已掃描公式數量。
public int ScannedFormulaCount { get; }
Property Value
WrittenFormulaCount
Gets the number of formula results committed to the document. 取得已提交至文件的公式結果數量。
public int WrittenFormulaCount { get; }