/** * Returns the content type of this cell * * @return the content type for this cell */ public override CellType getType() { return(formula.getType()); }