目錄 / Table of Contents

Class OdfFormulaEvaluationReport

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

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

long

DependencyEdgeCount

Gets the number of formula dependency edges. 取得公式相依邊數量。

public long DependencyEdgeCount { get; }

Property Value

long

Diagnostics

Gets structured evaluation diagnostics. 取得結構化評估診斷。

public IReadOnlyList<OdfFormulaDiagnostic> Diagnostics { get; }

Property Value

IReadOnlyList<OdfFormulaDiagnostic>

Elapsed

Gets the elapsed evaluation time. 取得評估經過時間。

public TimeSpan Elapsed { get; }

Property Value

TimeSpan

EvaluatedFormulaCount

Gets the number of formulas evaluated. 取得已評估公式數量。

public int EvaluatedFormulaCount { get; }

Property Value

int

FormulaErrorCount

Gets the number of standard formula error results. 取得標準公式錯誤結果數量。

public int FormulaErrorCount { get; }

Property Value

int

MaximumParallelism

Gets the maximum worker count used during evaluation. 取得評估期間使用的最大工作執行緒數。

public int MaximumParallelism { get; }

Property Value

int

OperationCount

Gets the number of charged evaluation operations. 取得已計入的評估操作次數。

public long OperationCount { get; }

Property Value

long

ScannedFormulaCount

Gets the number of formulas scanned. 取得已掃描公式數量。

public int ScannedFormulaCount { get; }

Property Value

int

WrittenFormulaCount

Gets the number of formula results committed to the document. 取得已提交至文件的公式結果數量。

public int WrittenFormulaCount { get; }

Property Value

int