API Reference

Enum

ExcelTemplateMissingValueBehavior

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how template binding handles markers that are not supplied by the values/model.

Inheritance

  • Enum
  • ExcelTemplateMissingValueBehavior

Usage

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

Values

public const ExcelTemplateMissingValueBehavior PreserveMarker #

Leave the marker text unchanged.

Value: 0
public const ExcelTemplateMissingValueBehavior EmptyString #

Replace the marker with an empty string.

Value: 1
public const ExcelTemplateMissingValueBehavior Throw #

Throw an exception when a marker is missing.

Value: 2