9596979899100101102103
boolean hasNoFormula = cenario.getHeaderFormula(this.getColumnName(col)).equals(""); if (col > 0 && hasNoFormula) { return true; } if (view.getErrors()) { view.setState(new Erro(view)); } return false; }