Table of Contents

Class FieldFormulaContext

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

What a formula expression may reach outside itself: table cells and bookmarks.

public sealed class FieldFormulaContext
Inheritance
FieldFormulaContext
Inherited Members

Constructors

FieldFormulaContext()

Properties

BookmarkResolver

Gets or sets the resolver for a bookmark name, returning its text or null when the bookmark does not exist.

CellRangeResolver

Gets or sets the resolver for a cell reference or range — "ABOVE", "LEFT", "A1", "A1:B2" — returning the cell texts in order, or null when the reference cannot be resolved. Null resolver means the formula is not inside a table.

Culture

Gets or sets the culture used to parse and format numbers. Defaults to invariant.

MaxDepth

Gets or sets the maximum expression nesting depth. Defaults to 32.