174175176177178179180
} public boolean isRange() { return _nameRecord.hasFormula(); // TODO - is this right? } public NamePtg createPtg() { return new NamePtg(_index); }
186187188189190191192
public boolean isRange() { return hasFormula(); // TODO - is this right? } public NamePtg createPtg() { return new NamePtg(_index); }
202203204205206207208