API Reference
Class
ExcelTemplateMarkerInfo
Template marker metadata for a single marker occurrence.
Inheritance
- Object
- ExcelTemplateMarkerInfo
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
- Property ExcelTemplateInspection.Markers
- Property ExcelTemplateInspection.MissingMarkers
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CellReference { get; } #A1 cell reference.
public String Name { get; } #Marker name without braces or format suffix.
public String Format { get; } #Optional marker format, for example currency, percent, or yyyy-MM-dd.
public String CellText { get; } #Full cell text containing the marker.
public Boolean IsWholeCell { get; } #True when the marker is the only content in the cell.
public Nullable<Boolean> IsBound { get; } #True/false when inspected with bindings; null when no bindings were supplied.