Uses of Class
org.apache.poi.ss.formula.functions.LinearRegressionFunction.FUNCTION
-
Packages that use LinearRegressionFunction.FUNCTION Package Description org.apache.poi.ss.formula.functions -
-
Uses of LinearRegressionFunction.FUNCTION in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return LinearRegressionFunction.FUNCTION Modifier and Type Method Description static LinearRegressionFunction.FUNCTION
LinearRegressionFunction.FUNCTION. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinearRegressionFunction.FUNCTION[]
LinearRegressionFunction.FUNCTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.poi.ss.formula.functions with parameters of type LinearRegressionFunction.FUNCTION Constructor Description LinearRegressionFunction(LinearRegressionFunction.FUNCTION function)
-