public void Interpret(CellProcessor processor, Tree <Cell> table) { new Traverse <Cell>() .Rows.First(row => selectValue = new ValuePhrase(row).Evaluate(processor)) .Rows.All(row => SelectRow(processor, row)) .VisitTable(table); }
public void Interpret(CellProcessor processor, Tree<Cell> table) { new Traverse<Cell>() .Rows.First(row => selectValue = new ValuePhrase(row).Evaluate(processor)) .Rows.All(row => SelectRow(processor, row)) .VisitTable(table); }