API Reference

Class

ExcelTemplateBindingReport

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Template binding diagnostics for a workbook or sheet template.

Inheritance

  • Object
  • ExcelTemplateBindingReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public ExcelTemplateInspection Inspection { get; } #

Underlying marker inspection.

public Int32 TotalMarkers { get; } #

Total marker occurrences.

public IReadOnlyList<String> MissingMarkerNames { get; } #

Distinct missing marker names.

public Boolean Passed { get; } #

True when the supplied bindings satisfy all markers.

public String Markdown { get; } #

Markdown table describing all discovered markers and binding state.