Class FunctionNameEval

java.lang.Object
org.apache.poi.ss.formula.eval.FunctionNameEval
All Implemented Interfaces:
ValueEval

public final class FunctionNameEval extends Object implements ValueEval
Author:
Josh Micich
  • Constructor Details

    • FunctionNameEval

      public FunctionNameEval(String functionName)
      Creates a NameEval representing a function name
  • Method Details