org.apache.poi.hssf.record.formula.functions
Interface Function

All Known Implementing Classes:
BooleanFunction, Column, False, Isblank, IsError, NotImplementedFunction, NumericFunction, Pi, Rand, Row, T, TextFunction, True

public interface Function

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com > Function serves as a marker interface.

Method Summary
 Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol)
           
 

Method Detail

evaluate

public Eval evaluate(Eval[] evals,
                     int srcCellRow,
                     short srcCellCol)


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.