187188189190191192193194195196197
} catch (FormulaReturnException e) { vh = e.getValue(); } if (vh.dataType == DataType.ERROR) throw vh.getError(); return vh.toList(); } catch (EvaluateException ev) { throw ev; } }