Table of Contents

Property CellRangeResolver

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

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.

public Func<string, IReadOnlyList<string>?>? CellRangeResolver { get; set; }

Property Value

Func<string, IReadOnlyList<string>>