/** * Quick and dirty function to return the contents of this cell as a string. * * @return the contents of this cell as a string */ public override string getContents() { return(formula.getContents()); }