Table of Contents

Class OdfObjectBindingValidationReport

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Reports object binding validation results. 回報物件繫結驗證結果。

public sealed class OdfObjectBindingValidationReport
Inheritance
OdfObjectBindingValidationReport
Inherited Members

Constructors

OdfObjectBindingValidationReport()

public OdfObjectBindingValidationReport()

Properties

Diagnostics

Gets validation diagnostics. 取得驗證診斷資訊。

public IList<OdfObjectBindingDiagnostic> Diagnostics { get; }

Property Value

IList<OdfObjectBindingDiagnostic>

ErrorCount

Gets the number of error diagnostics. 取得錯誤診斷數量。

public int ErrorCount { get; }

Property Value

int

HasErrors

Gets a value indicating whether validation found errors. 取得驗證是否找到錯誤。

public bool HasErrors { get; }

Property Value

bool

HasWarnings

Gets a value indicating whether validation found warnings. 取得驗證是否找到警告。

public bool HasWarnings { get; }

Property Value

bool

Range

Gets or sets the validated range. 取得或設定已驗證的範圍。

public OdfCellRange Range { get; set; }

Property Value

OdfCellRange

WarningCount

Gets the number of warning diagnostics. 取得警告診斷數量。

public int WarningCount { get; }

Property Value

int