Property CellRangeResolver
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; }