API Reference
Class
ExcelTemplateBindingReport
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.