API Reference

Class

ExcelTemplateMarkerInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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.

Properties

public String SheetName { get; } #

Worksheet name.

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.