Package org.apache.poi.ss.formula.functions

Examples of org.apache.poi.ss.formula.functions.Errortype


        retval[233] = NumericFunction.ACOSH;
        retval[234] = NumericFunction.ATANH;

        retval[ID.EXTERNAL_FUNC] = null; // ExternalFunction is a FreeREfFunction

        retval[261] = new Errortype();

        retval[269] = AggregateFunction.AVEDEV;

        retval[276] = NumericFunction.COMBIN;
View Full Code Here


        retval[233] = NumericFunction.ACOSH;
        retval[234] = NumericFunction.ATANH;

        retval[ID.EXTERNAL_FUNC] = null; // ExternalFunction is a FreeREfFunction

        retval[261] = new Errortype();

        retval[269] = AggregateFunction.AVEDEV;

        retval[276] = NumericFunction.COMBIN;
View Full Code Here

TOP

Related Classes of org.apache.poi.ss.formula.functions.Errortype

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.